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:
Aaron Gyes 2016-07-09 11:59:32 -07:00
parent 6e0521e23f
commit a6cd12a7f1

3
.gitattributes vendored
View File

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