Skip to content

Commit

Permalink
Update Objective-C and Swift to match Xcode.gitignore
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
commscheck committed Nov 1, 2016
1 parent 0f88fa7 commit 2cb9cf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Objective-C.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ xcuserdata/

## Other
*.moved-aside
*.xcuserstate
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
Expand Down
3 changes: 2 additions & 1 deletion Swift.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ xcuserdata/

## Other
*.moved-aside
*.xcuserstate
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
Expand Down

0 comments on commit 2cb9cf4

Please sign in to comment.