Skip to content

Commit

Permalink
[.gitignore] Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed Jan 29, 2016
1 parent c5dd7f5 commit 62e2e5f
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions .gitignore
Expand Up @@ -2,9 +2,15 @@
# #
.DS_Store .DS_Store


# Xcode
# Build generated
# #
build/ build/
DerivedData


# Various settings
#
*.pbxuser *.pbxuser
!default.pbxuser !default.pbxuser
*.mode1v3 *.mode1v3
Expand All @@ -14,15 +20,37 @@ 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
*.gcno *.gcno
*.gcda *.gcda



# Binaries
#
*.zip


# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build


# CocoaPods # CocoaPods
# #
# We recommend against adding the Pods directory to your .gitignore. However # We recommend against adding the Pods directory to your .gitignore. However
Expand Down

0 comments on commit 62e2e5f

Please sign in to comment.