diff options
author | Benjamin Lea <benlea123@gmail.com> | 2016-11-01 11:58:33 +1100 |
---|---|---|
committer | Benjamin Lea <benlea123@gmail.com> | 2016-11-01 12:11:44 +1100 |
commit | 2cb9cf4ebd44d244e46463808fa6f0be9415f931 (patch) | |
tree | 62d51c91985e2c86528a52c6d790fead8acc909c /Swift.gitignore | |
parent | 0f88fa75def7ed7d96935b8630793e51953df9b0 (diff) | |
download | gitignore-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.gitignore | 3 |
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 |