aboutsummaryrefslogtreecommitdiffstats
path: root/Swift.gitignore
diff options
context:
space:
mode:
authorBenjamin Lea <benlea123@gmail.com>2016-11-01 11:58:33 +1100
committerBenjamin Lea <benlea123@gmail.com>2016-11-01 12:11:44 +1100
commit2cb9cf4ebd44d244e46463808fa6f0be9415f931 (patch)
tree62d51c91985e2c86528a52c6d790fead8acc909c /Swift.gitignore
parent0f88fa75def7ed7d96935b8630793e51953df9b0 (diff)
downloadgitignore-2cb9cf4ebd44d244e46463808fa6f0be9415f931.tar.gz
gitignore-2cb9cf4ebd44d244e46463808fa6f0be9415f931.zip
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.
Diffstat (limited to 'Swift.gitignore')
-rw-r--r--Swift.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift.gitignore b/Swift.gitignore
index 2c22487b..ef132059 100644
--- a/Swift.gitignore
+++ b/Swift.gitignore
@@ -19,7 +19,8 @@ xcuserdata/
## Other
*.moved-aside
-*.xcuserstate
+*.xccheckout
+*.xcscmblueprint
## Obj-C/Swift specific
*.hmap