Bladeren bron

Update Objective-C and Swift to match Xcode.gitignore

The Objective-C and Swift gitignore files are missing `*.xccheckout`
and `*.xcscmblueprint`, but these are still included in the Xcode
gitignore. This commit synchronises the three files.

The files themselves contain information about the user's local
source control status and shouldn't be included in most Xcode
repositories.

`*.xcuserstate` appears to always be contained in `xcuserdata/`
which is already ignored.
Benjamin Lea 8 jaren geleden
bovenliggende
commit
2cb9cf4ebd
2 gewijzigde bestanden met toevoegingen van 4 en 2 verwijderingen
  1. 2 1
      Objective-C.gitignore
  2. 2 1
      Swift.gitignore

+ 2 - 1
Objective-C.gitignore

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

+ 2 - 1
Swift.gitignore

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