diff options
author | Kyle Fuller <inbox@kylefuller.co.uk> | 2014-03-13 09:28:13 +0000 |
---|---|---|
committer | Kyle Fuller <inbox@kylefuller.co.uk> | 2014-03-13 09:28:13 +0000 |
commit | 7609a2eb31b0821dc025ad0159289056c284c115 (patch) | |
tree | ef7e19c411c9ce5d9325f3a6e184d62401fb2efb /Objective-C.gitignore | |
parent | eda2ee70de1bf7db7e0aba7c7b71aeb2c1c7eeec (diff) | |
download | gitignore-7609a2eb31b0821dc025ad0159289056c284c115.tar.gz gitignore-7609a2eb31b0821dc025ad0159289056c284c115.zip |
[Objective-C] Remove CocoaPods ignores
We shouldn't be ignoring these, it's down to the user and we shouldn't enforce them to ignore the `Pods/` directory
http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
Diffstat (limited to 'Objective-C.gitignore')
-rw-r--r-- | Objective-C.gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Objective-C.gitignore b/Objective-C.gitignore index ecb86fa7..f0550a51 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,6 +15,3 @@ profile DerivedData *.hmap *.ipa - -# CocoaPods -Pods |