diff options
author | Dwight Merriman <dwight@10gen.com> | 2010-05-02 19:17:35 -0400 |
---|---|---|
committer | Dwight Merriman <dwight@10gen.com> | 2010-05-02 19:17:35 -0400 |
commit | 8be209992dda6e5b987780ec2c5da9f3410e3af6 (patch) | |
tree | 1bf4cd1839d266e80ad4f3f7a90bfe37d958213e /.gitignore | |
parent | 3461ea7c2d2ac9a61a279b9777473712d9cecb6d (diff) | |
download | mongo-8be209992dda6e5b987780ec2c5da9f3410e3af6.tar.gz |
build procdess tweaking
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 58425f6f22c..431acecd96c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,9 @@ *.manifest *.gch *.vcproj.* +*.vcxproj.* +*.*sdf +*.psess *# .#* shell/mongo.cpp @@ -37,6 +40,7 @@ shell/mongo-server.cpp */Debug/ */*/Debug/ */Release/ +*/*/Release/ db/.gdb* db/makefile.local config.log |