From 4130825a43a9ef107c83ca372ad8e66596cf3ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Szak=C3=A1ts?= Date: Wed, 24 Jul 2013 11:46:01 +0200 Subject: [PATCH] ignore more Git local config files to avoid them being misidentified as Racket, Ruby or else --- lib/linguist/vendor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/linguist/vendor.yml b/lib/linguist/vendor.yml index 8132cd04..dbc4d527 100644 --- a/lib/linguist/vendor.yml +++ b/lib/linguist/vendor.yml @@ -117,9 +117,11 @@ # Samples folders - ^[Ss]amples/ -# LICENSE files and gitignore +# LICENSE and git config files - ^LICENSE$ +- gitattributes$ - gitignore$ +- gitmodules$ # Test fixtures - ^[Tt]est/fixtures/