From 8b0d5969a6ee085229905a46ccd087a4c96a7c31 Mon Sep 17 00:00:00 2001 From: Flrian <4444593+Flrian@users.noreply.github.com> Date: Tue, 20 Dec 2022 21:56:42 +0100 Subject: [PATCH] Exclude checkpatch.pl from language stats --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..42003459 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Exclude checkpatch.pl from language stats +# https://github.com/github/linguist/blob/master/docs/overrides.md +scripts/checkpatch.pl linguist-vendored