From 3b99dd541023059d575da45ac4d71925a65df57d Mon Sep 17 00:00:00 2001 From: Darren Kulp Date: Thu, 2 Jun 2022 06:51:35 -0400 Subject: Skip generated files in Linguist statistics [skip ci] --- tests/expectations/tests/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/expectations/tests/.gitattributes diff --git a/tests/expectations/tests/.gitattributes b/tests/expectations/tests/.gitattributes new file mode 100644 index 00000000..9699dfa0 --- /dev/null +++ b/tests/expectations/tests/.gitattributes @@ -0,0 +1,2 @@ +# Prevent Github Linguist from counting generated files in statistics. +*.rs linguist-generated -- cgit v1.2.3