1
0
mirror of https://github.com/github/gitignore synced 2024-11-25 21:24:23 +01:00

Merge pull request #1007 from fabiensanglard/Xcode

Extract XCode to a Global/ template
This commit is contained in:
Carl Suster 2014-03-20 10:22:50 +11:00
commit 4cd753fd0e
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 # CocoaPods
# #
# We recommend against adding the Pods directory to your .gitignore. However # We recommend against adding the Pods directory to your .gitignore. However