From 933983b55879ddd52c51f0587ed879391ed719cf Mon Sep 17 00:00:00 2001 From: Justin Abene Date: Tue, 23 Jul 2013 11:38:44 -0400 Subject: [PATCH] Add Podfile.lock to Objective-C.gitignore CocoaPods generates a supporting Podfile.lock file when installing pods. Since this file frequently changes and will be regenerated when installing pods, it should be ignored. --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index ebbef4bd..cc1f4747 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -18,3 +18,4 @@ DerivedData #CocoaPods Pods +Podfile.lock \ No newline at end of file