提交 2cb9cf4e 编写于 作者: B Benjamin Lea

Update Objective-C and Swift to match Xcode.gitignore

The Objective-C and Swift gitignore files are missing `*.xccheckout`
and `*.xcscmblueprint`, but these are still included in the Xcode
gitignore. This commit synchronises the three files.

The files themselves contain information about the user's local
source control status and shouldn't be included in most Xcode
repositories.

`*.xcuserstate` appears to always be contained in `xcuserdata/`
which is already ignored.
上级 0f88fa75
......@@ -19,7 +19,8 @@ xcuserdata/
## Other
*.moved-aside
*.xcuserstate
*.xccheckout
*.xcscmblueprint
## Obj-C/Swift specific
*.hmap
......
......@@ -19,7 +19,8 @@ xcuserdata/
## Other
*.moved-aside
*.xcuserstate
*.xccheckout
*.xcscmblueprint
## Obj-C/Swift specific
*.hmap
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册