diff --git a/.gitattributes b/.gitattributes index 95aa6be7d..5086db66e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ -# Declare files that will always have LF line endings on checkout. -configure eol=lf +# Declare files will always have LF line endings on checkout. +*.sh text eol=lf + +# Hide the file in statistics and pull request diffs. +tests/dune.inc linguist-generated