From 5607bc1396fb3238658336556587150f9613dad7 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Wed, 13 Feb 2019 13:33:12 -0800 Subject: [PATCH] Update .gitattributes --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 95bfe8cf0..d508777e4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,6 +6,7 @@ # let git show off diff hunk headers, help git diff -L: # https://git-scm.com/docs/gitattributes *.cpp diff=cpp +*.h diff=cpp *.py diff=py # add a [diff "fish"] to git config with pattern *.fish diff=fish @@ -23,10 +24,9 @@ /.travis.yml export-ignore # for linguist; let github identify our project as C++ instead of C due to pcre2 -/pcre2-10.32/ linguist-vendored /pcre2-10.32/* linguist-vendored -/muparser-2.2.5/ linguist-vendored -/muparser-2.2.5/* linguist-vendored +/install-sh linguist-vendored +/m4/* linguist-vendored angular.js linguist-vendored /doc_src/* linguist-documentation *.fish linguist-language=fish