diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2015-05-10 05:21:36 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2015-05-10 05:21:36 -0700 |
commit | 507c3949bea442a308cc04fdbbf6560754c9f5ee (patch) | |
tree | 070693efdf1d71c73def4123116662e41caeafd5 /Global/Xcode.gitignore | |
parent | 8ab86f6bb71e85b5046f1d921bbbe5ceec9063ba (diff) | |
download | gitignore-507c3949bea442a308cc04fdbbf6560754c9f5ee.tar.gz gitignore-507c3949bea442a308cc04fdbbf6560754c9f5ee.zip |
sync up xcode related gitignore files
some details based on #1221
Diffstat (limited to 'Global/Xcode.gitignore')
-rw-r--r-- | Global/Xcode.gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 1b81d249..d07b7894 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -1,4 +1,12 @@ +# Xcode +# +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## Build generated build/ +DerivedData + +## Various settings *.pbxuser !default.pbxuser *.mode1v3 @@ -8,7 +16,8 @@ build/ *.perspectivev3 !default.perspectivev3 xcuserdata + +## Other *.xccheckout *.moved-aside -DerivedData *.xcuserstate |