Skip to content

Commit

Permalink
Merge pull request github#1514 from bbodenmiller/xcode
Browse files Browse the repository at this point in the history
sync up xcode related gitignore files
  • Loading branch information
arcresu committed May 30, 2015
2 parents 8559c8a + 507c394 commit 28adf70
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 5 deletions.
11 changes: 10 additions & 1 deletion Global/Xcode.gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -8,7 +16,8 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata

## Other
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate
20 changes: 18 additions & 2 deletions Objective-C.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +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
Expand All @@ -10,12 +16,15 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata

## Other
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate

## Obj-C/Swift specific
*.hmap
*.ipa
*.xcuserstate

# CocoaPods
#
Expand All @@ -24,3 +33,10 @@ DerivedData
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
#Pods/

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

Carthage/Build
13 changes: 11 additions & 2 deletions Swift.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +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
Expand All @@ -10,12 +16,15 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata

## Other
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate

## Obj-C/Swift specific
*.hmap
*.ipa
*.xcuserstate

# CocoaPods
#
Expand Down

0 comments on commit 28adf70

Please sign in to comment.