Commit 4323f1e2 authored by Brian Gesiak's avatar Brian Gesiak

[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.
parent a1ed2571
...@@ -21,6 +21,7 @@ xcuserdata ...@@ -21,6 +21,7 @@ xcuserdata
*.xccheckout *.xccheckout
*.moved-aside *.moved-aside
*.xcuserstate *.xcuserstate
*.xcscmblueprint
## Obj-C/Swift specific ## Obj-C/Swift specific
*.hmap *.hmap
......
...@@ -21,6 +21,7 @@ xcuserdata ...@@ -21,6 +21,7 @@ xcuserdata
*.xccheckout *.xccheckout
*.moved-aside *.moved-aside
*.xcuserstate *.xcuserstate
*.xcscmblueprint
## Obj-C/Swift specific ## Obj-C/Swift specific
*.hmap *.hmap
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment