diff options
author | Antoine Cœur <coeur@gmx.fr> | 2015-06-08 12:15:40 +0200 |
---|---|---|
committer | Antoine Cœur <coeur@gmx.fr> | 2015-06-08 12:15:40 +0200 |
commit | f85cff8fbeb8bf07dd1217722a617d947160f556 (patch) | |
tree | 2cd003b60755b8dcdb7b083f8dff4f7c820c6b11 /Global | |
parent | a1ed257134eb4f769b203db874004c9371642952 (diff) | |
download | gitignore-f85cff8fbeb8bf07dd1217722a617d947160f556.tar.gz gitignore-f85cff8fbeb8bf07dd1217722a617d947160f556.zip |
DerivedData and xcuserdata are folders; *.xcuserstate is always inside xcuserdata folder
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Xcode.gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index d07b7894..c08bace2 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -4,7 +4,7 @@ ## Build generated build/ -DerivedData +DerivedData/ ## Various settings *.pbxuser @@ -15,9 +15,8 @@ DerivedData !default.mode2v3 *.perspectivev3 !default.perspectivev3 -xcuserdata +xcuserdata/ ## Other *.xccheckout *.moved-aside -*.xcuserstate |