Add Xcode support.

This commit is contained in:
MacPro: Fabien Sanglard 2014-03-19 19:14:15 -04:00
parent 369766d5b9
commit 5bd4330b8c
2 changed files with 17 additions and 18 deletions

17
Global/Xcode.gitignore Normal file
View File

@ -0,0 +1,17 @@
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
profile
*.moved-aside
DerivedData
*.hmap
*.ipa

View File

@ -1,21 +1,3 @@
# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
profile
*.moved-aside
DerivedData
*.hmap
*.ipa
# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However