浏览代码

Merge pull request #2163 from commscheck/xcode-source-control

Update Objective-C and Swift to match Xcode.gitignore
Brendan Forster 8 年之前
父节点
当前提交
ac8884009e
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 2 1
      Objective-C.gitignore
  2. 2 1
      Swift.gitignore

+ 2 - 1
Objective-C.gitignore

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

+ 2 - 1
Swift.gitignore

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