From 462f1c30753cd85e7e426b39abdb623c132c3f57 Mon Sep 17 00:00:00 2001 From: Ivan Baravy Date: Mon, 20 Feb 2023 04:26:47 +0000 Subject: [PATCH] Add .gitattributes to fix test logs (eol style) --- test/.gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/.gitattributes diff --git a/test/.gitattributes b/test/.gitattributes new file mode 100644 index 0000000..45fba1c --- /dev/null +++ b/test/.gitattributes @@ -0,0 +1,10 @@ +* text=auto + +*.us text +ref.log text + +*.cur binary +*.png binary +*.rgb binary +*.rgba binary +*.layout binary