From a6cd12a7f128c0272b6081ea3ae632833d23ff4d Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sat, 9 Jul 2016 11:59:32 -0700 Subject: [PATCH] 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 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 643b1e52c..60e418097 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 \ No newline at end of file