diff options
author | Tad Marshall <tad@10gen.com> | 2011-12-15 08:47:08 -0500 |
---|---|---|
committer | Tad Marshall <tad@10gen.com> | 2011-12-15 08:47:08 -0500 |
commit | 7c79cef343f93d74681635f3ed8462e6dc0d9ba3 (patch) | |
tree | d865bbeba9a28c3e84014fa6f0d7d6685b9daaa4 /.gitignore | |
parent | 1ae8bb7a2c438341aa8177e73926fb755d420fb5 (diff) | |
download | mongo-7c79cef343f93d74681635f3ed8462e6dc0d9ba3.tar.gz |
added */ipch and */*/ipch to .gitignore
These folders are created by Visual Studio for Intellisense.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5f11fe78802..2081a90d52f 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,8 @@ shell/mongo-server.cpp */*/Debug/ */Release/ */*/Release/ +*/ipch +*/*/ipch db/.gdb* db/makefile.local db/_ReSharper.db |