Преглед на файлове

[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 преди 10 години
родител
ревизия
4323f1e2c8
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  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