]> sourceware.org Git - bzip2.git/commitdiff
Always treat .ref files as binary
authorJoshua Watt <JPEW.hacker@gmail.com>
Tue, 2 Jul 2019 20:06:01 +0000 (15:06 -0500)
committerMark Wielaard <mark@klomp.org>
Wed, 3 Jul 2019 19:36:34 +0000 (21:36 +0200)
.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 [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..f3af893
--- /dev/null
@@ -0,0 +1 @@
+*.ref binary
This page took 0.024338 seconds and 5 git commands to generate.