From 399a69c4a0245a7796fc73f028ba88105960a060 Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Sun, 11 Apr 2021 22:22:10 +0200 Subject: [PATCH] .gitattributes: fix GitHub language graph This excludes third-party libraries from GitHub language detection, so the project will be correctly labeled -- as C++ instead of C. This also adds man-page generation scripts to the graph, since GitHub automatically marks the doc/ folder as documentation, making them not visible in the graph. https://github.com/github/linguist/blob/master/docs/overrides.md [skip ci] --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fc5dc00 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +lib/**/* linguist-vendored +doc/*.sh -linguist-documentation +doc/*.awk -linguist-documentation