From 70f2899fcd6b6195446701eaffd033baff307001 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sun, 19 Dec 2021 18:58:30 -0800 Subject: [PATCH] .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% --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c2cca90b5..6e8a7e557 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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