Skip to content

Commit 4323f1e

Browse files
committed
[ObjC][Swift] Ignore Xcode SCM blueprint files
These files are automatically generated by Xcode and maintain information regarding source control. Xcode is typically used in Objective-C and Swift projects, so add these to the ignored files for these platforms.
1 parent a1ed257 commit 4323f1e

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)