.gitattributes: rig the count

This is a dishonest change that classifies our completion scripts
as a type of documentation, which should prevent share/completions
contributing to the language breakdown as shell scripts.

Goal here is for fish-shell to be classified C++ on GitHub.

Prior to commit:

Shell     57.1%
C++       38.3%
Python     3.0%
CMake      0.7%
JavaScript 0.4%
HTML       0.2%
Other      0.3%
This commit is contained in:
Aaron Gyes 2021-12-19 18:58:30 -08:00
parent 5e8c9de631
commit 70f2899fcd

1
.gitattributes vendored
View File

@ -30,3 +30,4 @@ doc_src/** linguist-documentation
*.fish linguist-language=fish
src/*.h linguist-language=c++
src/builtins/*.h linguist-language=c++
share/completions/*.fish linguist-documentation