# HG changeset patch # User Raphaël Gomès # Date 2023-04-05 14:09:08 # Node ID 9fa3cda7449e1f2b576d3a8034c070c1e8e61681 # Parent ed052780ad5e083ef245f67e4899ac407c76c10c heptapod: add `.gitattributes` file to improve language detection I am fully aware of the irony. diff --git a/.gitattributes b/.gitattributes new file mode 100644 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# So GitLab doesn't think we're using tons of Perl +*.t -linguist-detectable diff --git a/tests/test-check-code.t b/tests/test-check-code.t --- a/tests/test-check-code.t +++ b/tests/test-check-code.t @@ -57,6 +57,7 @@ Prevent adding new files in the root dir .arcconfig .clang-format .editorconfig + .gitattributes .hgignore .hgsigs .hgtags