Commit 352c903c authored by Brendan Forster's avatar Brendan Forster

Merge pull request #1546 from Coeur/patch-1

DerivedData and xcuserdata are folders; *.xcuserstate is always inside
parents 8ae0b3e1 f17925fe
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
## Build generated ## Build generated
build/ build/
DerivedData DerivedData/
## Various settings ## Various settings
*.pbxuser *.pbxuser
...@@ -15,9 +15,9 @@ DerivedData ...@@ -15,9 +15,9 @@ DerivedData
!default.mode2v3 !default.mode2v3
*.perspectivev3 *.perspectivev3
!default.perspectivev3 !default.perspectivev3
xcuserdata xcuserdata/
## Other ## Other
*.xccheckout
*.moved-aside *.moved-aside
*.xcuserstate *.xccheckout
*.xcscmblueprint
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
## Build generated ## Build generated
build/ build/
DerivedData DerivedData/
## Various settings ## Various settings
*.pbxuser *.pbxuser
...@@ -15,12 +15,11 @@ DerivedData ...@@ -15,12 +15,11 @@ DerivedData
!default.mode2v3 !default.mode2v3
*.perspectivev3 *.perspectivev3
!default.perspectivev3 !default.perspectivev3
xcuserdata xcuserdata/
## Other ## Other
*.xccheckout
*.moved-aside *.moved-aside
*.xcuserstate *.xccheckout
*.xcscmblueprint *.xcscmblueprint
## Obj-C/Swift specific ## Obj-C/Swift specific
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
## Build generated ## Build generated
build/ build/
DerivedData DerivedData/
## Various settings ## Various settings
*.pbxuser *.pbxuser
...@@ -15,12 +15,11 @@ DerivedData ...@@ -15,12 +15,11 @@ DerivedData
!default.mode2v3 !default.mode2v3
*.perspectivev3 *.perspectivev3
!default.perspectivev3 !default.perspectivev3
xcuserdata xcuserdata/
## Other ## Other
*.xccheckout
*.moved-aside *.moved-aside
*.xcuserstate *.xccheckout
*.xcscmblueprint *.xcscmblueprint
## Obj-C/Swift specific ## Obj-C/Swift specific
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment