diff options
author | Darren Kulp <darren@kulp.ch> | 2022-06-02 06:51:35 -0400 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2022-06-05 19:47:20 +0200 |
commit | 3b99dd541023059d575da45ac4d71925a65df57d (patch) | |
tree | 18b3e6162a271eb3220e4e78dfad991d0b8c4a9b | |
parent | 11f3b37faf5635bf005da3645b8f3bdcaab208dc (diff) |
Skip generated files in Linguist statistics
[skip ci]
-rw-r--r-- | tests/expectations/tests/.gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
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 |