diff options
author | metagoto <runpac314@gmail.com> | 2009-10-16 15:07:53 +0800 |
---|---|---|
committer | Eliot <eliot@10gen.com> | 2009-10-16 21:01:56 +0800 |
commit | 3ca19ea3a16d13d1d7784c300ed7bba95e19fabb (patch) | |
tree | e509d0dbefc4aadff99792a9d06d54dc30b67b3b /.gitignore | |
parent | 41f1b86b7a8bf4f6b4706c8693425bb8b8ce96e7 (diff) | |
download | mongo-3ca19ea3a16d13d1d7784c300ed7bba95e19fabb.tar.gz |
add DS_Store to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fd6062f7918..9ff16b56954 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,6 @@ build-stamp configure-stamp debian/mongodb debian/mongodb.* + +#osx +.DS_Store |