Skip to content

Commit 2cb9cf4

Browse files
committed
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.
1 parent 0f88fa7 commit 2cb9cf4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Objective-C.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ xcuserdata/
1919

2020
## Other
2121
*.moved-aside
22-
*.xcuserstate
22+
*.xccheckout
23+
*.xcscmblueprint
2324

2425
## Obj-C/Swift specific
2526
*.hmap

Swift.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ xcuserdata/
1919

2020
## Other
2121
*.moved-aside
22-
*.xcuserstate
22+
*.xccheckout
23+
*.xcscmblueprint
2324

2425
## Obj-C/Swift specific
2526
*.hmap

0 commit comments

Comments
 (0)