summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@mongodb.com>2017-06-01 21:59:07 -0400
committerMichael Cahill <michael.cahill@mongodb.com>2017-06-02 11:59:07 +1000
commitb3ff7c4ab91d3c5fda64381d8ab5957cb697167d (patch)
tree2cd71bfbf374aa8a58f559f972586cad98a92928 /.gitignore
parent1216c4286d1834c5219b651cfd9f4b82d14f45dd (diff)
downloadmongo-b3ff7c4ab91d3c5fda64381d8ab5957cb697167d.tar.gz
WT-3348 Lint, Windows warnings. (#3449)
* Simplify Windows include files, clean up Windows warnings. * Remove incorrect path from copyright skip list. * Clean up a set of places where an operation could potentially truncate a value by performing the operation at the larger size and then casting the result.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4611f2aa98c..cc2aad047be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,6 +62,11 @@ tags
WT_HOME/
WT_TEST/
+# Bench/workgen
+/bench/workgen/_workgen.so
+/bench/workgen/workgen/workgen.py
+/bench/workgen/workgen_wrap.cxx
+
# Python
/lang/python/_wiredtiger.so
/lang/python/wiredtiger.py