From: Antoine Cœur Date: Thu, 8 Jun 2017 06:14:58 +0000 (+0800) Subject: clarifying when ignoring is not required X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2410%2Fhead;p=gitignore.git clarifying when ignoring is not required --- 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