diff options
Diffstat (limited to 'Objective-C.gitignore')
-rw-r--r-- | Objective-C.gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 6a329198..8dcee63e 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,5 +1,7 @@ -# Xcode +# OS X .DS_Store + +# Xcode build/ *.pbxuser !default.pbxuser @@ -10,8 +12,13 @@ build/ *.perspectivev3 !default.perspectivev3 xcuserdata +*.xccheckout profile *.moved-aside DerivedData .idea/ *.hmap +*.xccheckout + +# CocoaPods +Pods |