diff options
author | Tad Marshall <tad@10gen.com> | 2012-11-28 05:51:25 -0500 |
---|---|---|
committer | Tad Marshall <tad@10gen.com> | 2012-11-28 05:51:25 -0500 |
commit | 46b277b8aaaca0643585db1f68f9f79d5390e813 (patch) | |
tree | 835fde6bd62a46f6c99650133697c7fb3fa7080b /.gitignore | |
parent | 274e54c549aba74ddc3f746e0c89d8acedc2a8f0 (diff) | |
download | mongo-46b277b8aaaca0643585db1f68f9f79d5390e813.tar.gz |
ignore .cache files created by Visual Studio
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 92b792ae419..f54776ac74c 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,7 @@ /src/mongo/db/.gdb* /src/mongo/db/makefile.local /src/mongo/db/_ReSharper.db +/src/third_party/*/*.cache /src/third_party/*/*.tlog /src/third_party/*/*.lastbuildstate config.log |