diff options
author | Dwight Merriman <dwight@10gen.com> | 2010-02-09 18:28:55 -0500 |
---|---|---|
committer | Dwight Merriman <dwight@10gen.com> | 2010-02-09 18:28:55 -0500 |
commit | b818cf6c74013705688d80b567fceaf6b4b24100 (patch) | |
tree | d7bef6d85f9b44b42b07d84f5ad55659f7ee7c52 /.gitignore | |
parent | 42d958985f5bf13607fe91ceb00f3840e0357fc3 (diff) | |
parent | 37d6ee1a89ed8e4aa87418cb0e2b121e570b3ca4 (diff) | |
download | mongo-b818cf6c74013705688d80b567fceaf6b4b24100.tar.gz |
Merge branch 'master' of github.com:mongodb/mongo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 82ea381f5fd..8f3ff8ab3f0 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ config.log settings.py buildinfo.cpp tags +TAGS #temp dirs dump @@ -91,7 +92,8 @@ clientTest build-stamp configure-stamp debian/mongodb -debian/mongodb.* +# This was inserted 2009-08-16, nobody knows why. +#debian/mongodb.* #osx .DS_Store |