diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2015-11-24 15:45:41 +0000 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2015-11-30 15:39:15 -0500 |
commit | 293c4435cb1a1897012206c66c15b34b6e99c542 (patch) | |
tree | 8e63d205b7fb3dec4a4c4d53b7690d5b0d70872c /.gitignore | |
parent | 0637179c7846021b8a237352b470402517923c8f (diff) | |
download | mongo-293c4435cb1a1897012206c66c15b34b6e99c542.tar.gz |
Add XCode workspace artifacts 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 f6009ccb810..193924cf5f8 100644 --- a/.gitignore +++ b/.gitignore @@ -150,6 +150,9 @@ src/third_party/v8/src/libraries.cc .idea CMakeLists.txt +# XCode projects +.xcworkspace + # old things that should be removed # maybe remove this mid 2012 src/mongo/buildinfo.cpp |