mirror of
https://github.com/vale981/gitignore
synced 2025-03-06 02:11:42 -05:00
Merge pull request #827 from trevorsheridan/master
Cleaning up Objective-C .gitignore and adding OS X section
This commit is contained in:
commit
908bb556d1
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
# Xcode
|
||||
# OS X
|
||||
.DS_Store
|
||||
|
||||
# Xcode
|
||||
*/build/*
|
||||
*.pbxuser
|
||||
!default.pbxuser
|
||||
|
@ -18,5 +20,5 @@ DerivedData
|
|||
*.hmap
|
||||
*.xccheckout
|
||||
|
||||
#CocoaPods
|
||||
# CocoaPods
|
||||
Pods
|
||||
|
|
Loading…
Add table
Reference in a new issue