Skip to content

Commit ac88840

Browse files
authored
Merge pull request #2163 from commscheck/xcode-source-control
Update Objective-C and Swift to match Xcode.gitignore
2 parents 6fd222d + 2cb9cf4 commit ac88840

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)