move XCode specific gitignore to top level so that all XCode projects are clean

This commit is contained in:
Siqi LIU 2013-08-31 12:21:44 +02:00
parent 7cc4ee7625
commit c073bc0962
3 changed files with 7 additions and 5 deletions

7
.gitignore vendored
View file

@ -77,4 +77,11 @@
/moz/zipped/*.zip
__pycache__
# OSX specific
.DS_Store
# Xcode specific
build
project.xcworkspace
xcuserdata
*.xuserstate

View file

@ -1,4 +0,0 @@
.DS_Store
build
project.xcworkspace
xcuserdata

View file

@ -1 +0,0 @@
UserInterfaceState.xcuserstate