From 7609a2eb31b0821dc025ad0159289056c284c115 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Thu, 13 Mar 2014 09:28:13 +0000 Subject: [PATCH] [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? --- Objective-C.gitignore | 3 --- 1 file changed, 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