From a6c5a8a56c6396187884b70d11308bdfa4060ac3 Mon Sep 17 00:00:00 2001 From: Maxwell Swadling Date: Tue, 4 Sep 2012 17:30:52 +1000 Subject: [PATCH] Ignored Pods/ in obj-c If we are ignoring `.bundle` in ruby, then we should be ignoring `Pods/` in obj-c. --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 89c499e4..f844c47b 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -16,3 +16,4 @@ profile *.moved-aside DerivedData .idea/ +Pods/