Skip to content

Commit 352c903

Browse files
committed
Merge pull request #1546 from Coeur/patch-1
DerivedData and xcuserdata are folders; *.xcuserstate is always inside
2 parents 8ae0b3e + f17925f commit 352c903

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

Global/Xcode.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Build generated
66
build/
7-
DerivedData
7+
DerivedData/
88

99
## Various settings
1010
*.pbxuser
@@ -15,9 +15,9 @@ DerivedData
1515
!default.mode2v3
1616
*.perspectivev3
1717
!default.perspectivev3
18-
xcuserdata
18+
xcuserdata/
1919

2020
## Other
21-
*.xccheckout
2221
*.moved-aside
23-
*.xcuserstate
22+
*.xccheckout
23+
*.xcscmblueprint

Objective-C.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Build generated
66
build/
7-
DerivedData
7+
DerivedData/
88

99
## Various settings
1010
*.pbxuser
@@ -15,12 +15,11 @@ DerivedData
1515
!default.mode2v3
1616
*.perspectivev3
1717
!default.perspectivev3
18-
xcuserdata
18+
xcuserdata/
1919

2020
## Other
21-
*.xccheckout
2221
*.moved-aside
23-
*.xcuserstate
22+
*.xccheckout
2423
*.xcscmblueprint
2524

2625
## Obj-C/Swift specific

Swift.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Build generated
66
build/
7-
DerivedData
7+
DerivedData/
88

99
## Various settings
1010
*.pbxuser
@@ -15,12 +15,11 @@ DerivedData
1515
!default.mode2v3
1616
*.perspectivev3
1717
!default.perspectivev3
18-
xcuserdata
18+
xcuserdata/
1919

2020
## Other
21-
*.xccheckout
2221
*.moved-aside
23-
*.xcuserstate
22+
*.xccheckout
2423
*.xcscmblueprint
2524

2625
## Obj-C/Swift specific

0 commit comments

Comments
 (0)