diff options
author | Siqi LIU <me@siqi.fr> | 2013-08-31 12:21:44 +0200 |
---|---|---|
committer | Siqi LIU <me@siqi.fr> | 2013-08-31 12:21:44 +0200 |
commit | c073bc096267fe5c39139d53696a946937a586df (patch) | |
tree | 5a2632ba81e30133810f19c7091fa079ec433bf6 /.gitignore | |
parent | 7cc4ee76256897cd2f401173a1546737556a3c96 (diff) |
move XCode specific gitignore to top level so that all XCode projects are clean
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f13d6e1049ab..d4526a904caa 100644 --- a/.gitignore +++ b/.gitignore @@ -77,4 +77,11 @@ /moz/zipped/*.zip __pycache__ +# OSX specific .DS_Store + +# Xcode specific +build +project.xcworkspace +xcuserdata +*.xuserstate |