Browse Source

Merge pull request #1546 from Coeur/patch-1

DerivedData and xcuserdata are folders; *.xcuserstate is always inside
pull/1583/merge
Brendan Forster 8 years ago
parent
commit
352c903c34
3 changed files with 10 additions and 12 deletions
  1. 4
    4
      Global/Xcode.gitignore
  2. 3
    4
      Objective-C.gitignore
  3. 3
    4
      Swift.gitignore

+ 4
- 4
Global/Xcode.gitignore View File

@@ -4,7 +4,7 @@

## Build generated
build/
DerivedData
DerivedData/

## Various settings
*.pbxuser
@@ -15,9 +15,9 @@ DerivedData
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
xcuserdata/

## Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.xccheckout
*.xcscmblueprint

+ 3
- 4
Objective-C.gitignore View File

@@ -4,7 +4,7 @@

## Build generated
build/
DerivedData
DerivedData/

## Various settings
*.pbxuser
@@ -15,12 +15,11 @@ DerivedData
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
xcuserdata/

## Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific

+ 3
- 4
Swift.gitignore View File

@@ -4,7 +4,7 @@

## Build generated
build/
DerivedData
DerivedData/

## Various settings
*.pbxuser
@@ -15,12 +15,11 @@ DerivedData
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
xcuserdata/

## Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific

Loading…
Cancel
Save