Update .gitattributes

This commit is contained in:
Aaron Gyes 2019-02-13 13:33:12 -08:00 committed by GitHub
parent 4562f8f4e3
commit 5607bc1396
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
.gitattributes vendored
View file

@ -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