Skip to content

Commit cdfa893

Browse files
committed
Merge pull request #1547 from modocache/xcode-ignore-xcscmblueprint
[ObjC][Swift] Ignore Xcode SCM blueprint files
2 parents 3bb7541 + 4323f1e commit cdfa893

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Objective-C.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ xcuserdata
2121
*.xccheckout
2222
*.moved-aside
2323
*.xcuserstate
24+
*.xcscmblueprint
2425

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

Swift.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ xcuserdata
2121
*.xccheckout
2222
*.moved-aside
2323
*.xcuserstate
24+
*.xcscmblueprint
2425

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

0 commit comments

Comments
 (0)