From 580e0f03954238b3708bd3f5dd3f1cb43b3d087b Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 21 Oct 2020 16:56:58 +0200 Subject: [PATCH] Test data and scripts must have Unix line endings The tests will otherwise fail. Signed-off-by: Johannes Schindelin --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9d44a69 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.sh eol=lf +*.py eol=lf +/git-filter-repo eol=lf +/contrib/filter-repo-demos/[a-z]* eol=lf +/t/t9*/* eol=lf