From 43a692beceaccfea8f0ae31efebab4df9fd9106e Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Sun, 1 Nov 2015 04:21:45 -0600 Subject: [PATCH] Updated .gitignore --- .gitignore | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2cc4434..9bb0631 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,12 @@ # Xcode # + +## Build generated build/ +DerivedData + +## Various settings *.pbxuser !default.pbxuser *.mode1v3 @@ -14,10 +19,16 @@ build/ *.perspectivev3 !default.perspectivev3 xcuserdata + +## Other *.xccheckout *.moved-aside -DerivedData +*.xcuserstate +*.xcscmblueprint + +## Obj-C/Swift specific *.hmap *.ipa -*.xcuserstate + +## Project-Specific Delta.playground