]> source.dussan.org Git - gitignore.git/commitdiff
Update Objective-C and Swift to match Xcode.gitignore 2163/head
authorBenjamin Lea <benlea123@gmail.com>
Tue, 1 Nov 2016 00:58:33 +0000 (11:58 +1100)
committerBenjamin Lea <benlea123@gmail.com>
Tue, 1 Nov 2016 01:11:44 +0000 (12:11 +1100)
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.

Objective-C.gitignore
Swift.gitignore

index 58c51ecaed4c4d08067f2072b04482ed2cda8819..af90c007a3f70f59b051944baf8c07b82b7f56d6 100644 (file)
@@ -19,7 +19,8 @@ xcuserdata/
 
 ## Other
 *.moved-aside
-*.xcuserstate
+*.xccheckout
+*.xcscmblueprint
 
 ## Obj-C/Swift specific
 *.hmap
index 2c22487b5e348527f441b3542e6ee0a726fff075..ef132059cfdd62f56bac7fdc8e99aa8c26027655 100644 (file)
@@ -19,7 +19,8 @@ xcuserdata/
 
 ## Other
 *.moved-aside
-*.xcuserstate
+*.xccheckout
+*.xcscmblueprint
 
 ## Obj-C/Swift specific
 *.hmap