diff options
author | eliot <eliot@10gen.com> | 2009-05-13 11:07:00 -0400 |
---|---|---|
committer | eliot <eliot@10gen.com> | 2009-05-13 11:07:00 -0400 |
commit | c00f10a45ca1af4b6e5a73b243f1973482c6e742 (patch) | |
tree | c71747415f58f04a6825d20d24c67317a3ed8259 /.gitignore | |
parent | 507232958afbe796364d9d25a9b37723b6351a3d (diff) | |
download | mongo-c00f10a45ca1af4b6e5a73b243f1973482c6e742.tar.gz |
better windows .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a4036c0a3be..e815bcebbb5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,12 +11,19 @@ *.ncb *.idb *.obj +*/*.obj *.opt *.pch *.jsh *.jsall *.pyc *.log +*.exe +*.exp +*.lib +*.idb +*.pdb +*.manifest *# .#* shell/mongo.cpp @@ -54,6 +61,10 @@ mongosniff mongobridge *.tgz +*.zip +*.tar.gz + +mongodb-* #libs libmongoclient.* |