mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
Update .gitattributes
This commit is contained in:
parent
4562f8f4e3
commit
5607bc1396
6
.gitattributes
vendored
6
.gitattributes
vendored
|
@ -6,6 +6,7 @@
|
||||||
# let git show off diff hunk headers, help git diff -L:
|
# let git show off diff hunk headers, help git diff -L:
|
||||||
# https://git-scm.com/docs/gitattributes
|
# https://git-scm.com/docs/gitattributes
|
||||||
*.cpp diff=cpp
|
*.cpp diff=cpp
|
||||||
|
*.h diff=cpp
|
||||||
*.py diff=py
|
*.py diff=py
|
||||||
# add a [diff "fish"] to git config with pattern
|
# add a [diff "fish"] to git config with pattern
|
||||||
*.fish diff=fish
|
*.fish diff=fish
|
||||||
|
@ -23,10 +24,9 @@
|
||||||
/.travis.yml export-ignore
|
/.travis.yml export-ignore
|
||||||
|
|
||||||
# for linguist; let github identify our project as C++ instead of C due to pcre2
|
# 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
|
/pcre2-10.32/* linguist-vendored
|
||||||
/muparser-2.2.5/ linguist-vendored
|
/install-sh linguist-vendored
|
||||||
/muparser-2.2.5/* linguist-vendored
|
/m4/* linguist-vendored
|
||||||
angular.js linguist-vendored
|
angular.js linguist-vendored
|
||||||
/doc_src/* linguist-documentation
|
/doc_src/* linguist-documentation
|
||||||
*.fish linguist-language=fish
|
*.fish linguist-language=fish
|
||||||
|
|
Loading…
Reference in New Issue
Block a user