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.
This commit is contained in:
Joshua Watt 2019-07-02 15:06:01 -05:00 committed by Mark Wielaard
parent 35dd3cf94f
commit 61b434b4ef

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.ref binary