From 108b1df25a3d2780909083ff34cb12f7832df48a Mon Sep 17 00:00:00 2001 From: Cody Permann Date: Thu, 12 Mar 2015 09:02:45 -0600 Subject: [PATCH] Add an attributes file so that linguist properly identifies the langauge types in this repo --- .gitattributes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4afcf22 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,19 @@ +# Linguist overrides + +# These paths do not work properly with linguist yet, but they should (2/27/2015) +doc/* linguist-vendored +tests/* linguist-vendored +contrib/* linguist-vendored + +# Skipping explicit file types +*.eps linguist-vendored +*.m linguist-vendored +*.tex linguist-vendored +*.e linguist-vendored +*.js linguist-vendored +*.nb linguist-vendored +*.css linguist-vendored +*.html linguist-vendored +*.xml linguist-vendored + +*.C linguist-language=C++