Browse Source

Merge pull request #1686 from czechboy0/keep-scm-files

Removed xccheckout and xcscmblueprint from Swift/Objc/Xcode
Brendan Forster 9 years ago
parent
commit
0f45616141
2 changed files with 2 additions and 4 deletions
  1. 1 2
      Objective-C.gitignore
  2. 1 2
      Swift.gitignore

+ 1 - 2
Objective-C.gitignore

@@ -19,8 +19,7 @@ xcuserdata/
 
 
 ## Other
 ## Other
 *.moved-aside
 *.moved-aside
-*.xccheckout
-*.xcscmblueprint
+*.xcuserstate
 
 
 ## Obj-C/Swift specific
 ## Obj-C/Swift specific
 *.hmap
 *.hmap

+ 1 - 2
Swift.gitignore

@@ -19,8 +19,7 @@ xcuserdata/
 
 
 ## Other
 ## Other
 *.moved-aside
 *.moved-aside
-*.xccheckout
-*.xcscmblueprint
+*.xcuserstate
 
 
 ## Obj-C/Swift specific
 ## Obj-C/Swift specific
 *.hmap
 *.hmap