Updated .gitignore

This commit is contained in:
Riley Testut 2015-11-01 04:21:45 -06:00
parent 1c33ea4a02
commit 43a692bece

15
.gitignore vendored
View File

@ -4,7 +4,12 @@
# Xcode # Xcode
# #
## Build generated
build/ build/
DerivedData
## Various settings
*.pbxuser *.pbxuser
!default.pbxuser !default.pbxuser
*.mode1v3 *.mode1v3
@ -14,10 +19,16 @@ build/
*.perspectivev3 *.perspectivev3
!default.perspectivev3 !default.perspectivev3
xcuserdata xcuserdata
## Other
*.xccheckout *.xccheckout
*.moved-aside *.moved-aside
DerivedData *.xcuserstate
*.xcscmblueprint
## Obj-C/Swift specific
*.hmap *.hmap
*.ipa *.ipa
*.xcuserstate
## Project-Specific
Delta.playground Delta.playground