mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03: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:
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
|
||||
Reference in New Issue
Block a user