aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Kosek <krkk@krkk.ct8.pl>2021-04-11 22:22:10 +0200
committerFelix Queißner <felix@ib-queissner.de>2021-04-16 10:24:32 +0200
commit399a69c4a0245a7796fc73f028ba88105960a060 (patch)
tree2c6b5527238884c6196a56842f2091d2aaf604b8
parent9c883b55d489500177709d563cd94d77327f78b9 (diff)
downloadkristall-399a69c4a0245a7796fc73f028ba88105960a060.tar.gz
.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]
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
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