mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 04:49:10 +08:00
Tell Linguist about our vendored code.
GitHub apparently classifies `fish-shell` as a C project because we just barely have more C than C++ due to vendoring pcre2. Update .gitattributes for this. Also tell it about our documentation. see https://github.com/github/linguist
This commit is contained in:
parent
6e0521e23f
commit
a6cd12a7f1
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -23,3 +23,6 @@ fish.spec.in export-ignore
|
|||
/debian/* export-ignore
|
||||
/.github export-ignore
|
||||
/.github/* export-ignore
|
||||
/pcre2-* linguist-vendored
|
||||
/share/tools/web_config/js/angular.js linguist-vendored
|
||||
/doc_src/* linguist-documentation
|
Loading…
Reference in New Issue
Block a user