diff options
author | Dwight Merriman <dwight@10gen.com> | 2010-04-24 18:25:58 -0400 |
---|---|---|
committer | Dwight Merriman <dwight@10gen.com> | 2010-04-24 18:25:58 -0400 |
commit | c4bd46504276f7b7da07b8ab2bc1c5685004a29d (patch) | |
tree | bdf788366d6b91b2a979829421dbdfed61f8a3a6 /.gitignore | |
parent | 96b58977fcc6cad83a79589162843659221ea1ab (diff) | |
download | mongo-c4bd46504276f7b7da07b8ab2bc1c5685004a29d.tar.gz |
towards 3
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e7e00154b9f..58425f6f22c 100644 --- a/.gitignore +++ b/.gitignore @@ -28,12 +28,15 @@ *.pdb *.manifest *.gch +*.vcproj.* *# .#* shell/mongo.cpp shell/mongo-server.cpp -db/Debug +*/Debug/ +*/*/Debug/ +*/Release/ db/.gdb* db/makefile.local config.log |