From 5a9d35917f748a95900b57fd64fd4c8b073a8553 Mon Sep 17 00:00:00 2001 From: Lazersmoke Date: Fri, 19 Jul 2013 00:02:39 -0500 Subject: [PATCH] Vendored .DS_Store In case a Mac user uploads lots of folders with .DS_Stores and changes their project language as such. --- lib/linguist/vendor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/linguist/vendor.yml b/lib/linguist/vendor.yml index 8132cd0485..e4d2f86cbe 100644 --- a/lib/linguist/vendor.yml +++ b/lib/linguist/vendor.yml @@ -123,3 +123,6 @@ # Test fixtures - ^[Tt]est/fixtures/ + +# .DS_Store's +- .[Dd][Ss]_[Ss]tore$