Skip to content

Commit b3d27fc

Browse files
committed
Merge branch 'fix-1022'
Restore the Xcode rules to the Objective-C template as per the discussion thread on 5bd4330. Although the rules correspond to an IDE and so are global, most users of the Obj-C template expect to find the Xcode rules in the template generated by github.com, since the IDE is so ubiquitous. This could possibly be resolved by adding a template transclusion mechanism in the future, but for now duplication is the way to go.
2 parents f21b38a + 5f42238 commit b3d27fc

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

Global/Xcode.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ xcuserdata
1111
*.xccheckout
1212
*.moved-aside
1313
DerivedData
14-
*.hmap
15-
*.ipa

Objective-C.gitignore

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
1+
# Xcode
2+
#
3+
build/
4+
*.pbxuser
5+
!default.pbxuser
6+
*.mode1v3
7+
!default.mode1v3
8+
*.mode2v3
9+
!default.mode2v3
10+
*.perspectivev3
11+
!default.perspectivev3
12+
xcuserdata
13+
*.xccheckout
14+
*.moved-aside
15+
DerivedData
16+
*.hmap
17+
*.ipa
18+
119
# CocoaPods
220
#
321
# We recommend against adding the Pods directory to your .gitignore. However
422
# you should judge for yourself, the pros and cons are mentioned at:
523
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
624
#
725
# Pods/
8-

0 commit comments

Comments
 (0)