From 61b434b4ef28b5e3cbf8665d6829b08b405e0899 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Tue, 2 Jul 2019 15:06:01 -0500 Subject: [PATCH] Always treat .ref files as binary .ref files should always be treated as binary files so that git does not attempt to convert the line endings if core.autocrlf is set. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f3af893 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.ref binary -- 2.43.5