From f8393fd7c2ea4cfff08d56e5ac2eeb205e3054a9 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Mon, 26 Oct 2020 08:15:27 +0100 Subject: [PATCH] Exclude tests/test.key from potential crlf conversion This closes #521 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index b5227298..5a182b9c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,5 @@ /.travis.yml export-ignore /** export-subst + +/tests/test.key -text