diff options
Diffstat (limited to 'conf/gitignore/Xcode')
-rw-r--r-- | conf/gitignore/Xcode | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/gitignore/Xcode b/conf/gitignore/Xcode new file mode 100644 index 0000000000..d07b7894f1 --- /dev/null +++ b/conf/gitignore/Xcode @@ -0,0 +1,23 @@ +# Xcode +# +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## Build generated +build/ +DerivedData + +## Various settings +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata + +## Other +*.xccheckout +*.moved-aside +*.xcuserstate |