From 98ddbdd3978a33805f918e8a24e5bb36a25f3d2a Mon Sep 17 00:00:00 2001 From: Teodora Sechkova Date: Thu, 18 Mar 2021 18:11:20 +0200 Subject: [PATCH] Add .gitattributes file For compatibility with Windows systems, declare repository_data files to always have LF line endings on checkout. A trailing "/**" matches everything inside, with infinite depth. Signed-off-by: Teodora Sechkova --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..66709ac428 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Files that will always have LF line endings on checkout. +tests/repository_data/** text eol=lf +