[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[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.21.0