diff options
author | Antoine Cœur <coeur@gmx.fr> | 2017-06-08 14:14:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-08 14:14:58 +0800 |
commit | 81d78706fa205764893ab25d83f47a6240abad18 (patch) | |
tree | d1c7412996ce041dc7c2bd105ebb4ef40e709bff /Global | |
parent | 9f847e58591602162526ca9af339ed3ff4502252 (diff) | |
download | gitignore-81d78706fa205764893ab25d83f47a6240abad18.tar.gz gitignore-81d78706fa205764893ab25d83f47a6240abad18.zip |
clarifying when ignoring is not required
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Xcode.gitignore | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 37de8bb4..cd0c7d3e 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -2,11 +2,17 @@ # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore -## Build generated +## User settings +xcuserdata/ + +## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) +*.xcscmblueprint +*.xccheckout + +## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) build/ DerivedData/ - -## Various settings +*.moved-aside *.pbxuser !default.pbxuser *.mode1v3 @@ -15,9 +21,3 @@ DerivedData/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 -xcuserdata/ - -## Other -*.moved-aside -*.xccheckout -*.xcscmblueprint |