diff options
author | David Storch <david.storch@10gen.com> | 2018-11-07 15:17:56 -0500 |
---|---|---|
committer | David Storch <david.storch@10gen.com> | 2018-11-07 15:54:24 -0500 |
commit | 7989b9df13a9b521625ddbad5b59a0bb225e3d4a (patch) | |
tree | b414fcca1ff548795b717ae770d530a903f9e5d6 /.gitignore | |
parent | 40d866bd0829e6548341e347ee5f5b4a2a73c388 (diff) | |
download | mongo-7989b9df13a9b521625ddbad5b59a0bb225e3d4a.tar.gz |
SERVER-38012 Add 'wt' to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6bf367fc412..c4406ccfe5d 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,7 @@ scratch /mongos /mongoshim /mongosniff +/wt *.tgz *.zip |