mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Update .gitattributes
This commit is contained in:
parent
4562f8f4e3
commit
5607bc1396
1 changed files with 3 additions and 3 deletions
6
.gitattributes
vendored
6
.gitattributes
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue