From e860f961a9b009d17517ac960cc9ad8706f3cf3d Mon Sep 17 00:00:00 2001 From: Josh Oldenburg Date: Mon, 26 May 2014 10:35:11 -0400 Subject: [PATCH] Ignore files related to Cocoapods. These include Podfile, Podfile.lock, and Pods/. --- lib/linguist/vendor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/linguist/vendor.yml b/lib/linguist/vendor.yml index 4b67fdda..21044be7 100644 --- a/lib/linguist/vendor.yml +++ b/lib/linguist/vendor.yml @@ -125,6 +125,11 @@ ## Obj-C ## +# Cocoapods +- ^Podfile$ +- ^Podfile.lock$ +- ^Pods/$ + # Sparkle - (^|/)Sparkle/