From 8abe49abb4646d3b32f34dabbf98ede13eeee0bf 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 00000000..66709ac4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Files that will always have LF line endings on checkout. +tests/repository_data/** text eol=lf +