Skip to content

Commit 28adf70

Browse files
committed
Merge pull request #1514 from bbodenmiller/xcode
sync up xcode related gitignore files
2 parents 8559c8a + 507c394 commit 28adf70

File tree

3 files changed

+39
-5
lines changed

3 files changed

+39
-5
lines changed

Global/Xcode.gitignore

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1+
# Xcode
2+
#
3+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+
## Build generated
16
build/
7+
DerivedData
8+
9+
## Various settings
210
*.pbxuser
311
!default.pbxuser
412
*.mode1v3
@@ -8,7 +16,8 @@ build/
816
*.perspectivev3
917
!default.perspectivev3
1018
xcuserdata
19+
20+
## Other
1121
*.xccheckout
1222
*.moved-aside
13-
DerivedData
1423
*.xcuserstate

Objective-C.gitignore

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Xcode
22
#
3+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+
## Build generated
36
build/
7+
DerivedData
8+
9+
## Various settings
410
*.pbxuser
511
!default.pbxuser
612
*.mode1v3
@@ -10,12 +16,15 @@ build/
1016
*.perspectivev3
1117
!default.perspectivev3
1218
xcuserdata
19+
20+
## Other
1321
*.xccheckout
1422
*.moved-aside
15-
DerivedData
23+
*.xcuserstate
24+
25+
## Obj-C/Swift specific
1626
*.hmap
1727
*.ipa
18-
*.xcuserstate
1928

2029
# CocoaPods
2130
#
@@ -24,3 +33,10 @@ DerivedData
2433
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
2534
#
2635
#Pods/
36+
37+
# Carthage
38+
#
39+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
40+
# Carthage/Checkouts
41+
42+
Carthage/Build

Swift.gitignore

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Xcode
22
#
3+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+
## Build generated
36
build/
7+
DerivedData
8+
9+
## Various settings
410
*.pbxuser
511
!default.pbxuser
612
*.mode1v3
@@ -10,12 +16,15 @@ build/
1016
*.perspectivev3
1117
!default.perspectivev3
1218
xcuserdata
19+
20+
## Other
1321
*.xccheckout
1422
*.moved-aside
15-
DerivedData
23+
*.xcuserstate
24+
25+
## Obj-C/Swift specific
1626
*.hmap
1727
*.ipa
18-
*.xcuserstate
1928

2029
# CocoaPods
2130
#

0 commit comments

Comments
 (0)