Explorar o código

[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.
Brian Gesiak %!s(int64=10) %!d(string=hai) anos
pai
achega
4323f1e2c8
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      Objective-C.gitignore
  2. 1 0
      Swift.gitignore

+ 1 - 0
Objective-C.gitignore

@@ -21,6 +21,7 @@ xcuserdata
 *.xccheckout
 *.moved-aside
 *.xcuserstate
+*.xcscmblueprint
 
 ## Obj-C/Swift specific
 *.hmap

+ 1 - 0
Swift.gitignore

@@ -21,6 +21,7 @@ xcuserdata
 *.xccheckout
 *.moved-aside
 *.xcuserstate
+*.xcscmblueprint
 
 ## Obj-C/Swift specific
 *.hmap