diff options
author | Joshua Watt <JPEW.hacker@gmail.com> | 2019-07-02 15:06:01 -0500 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2019-07-03 21:36:34 +0200 |
commit | 61b434b4ef28b5e3cbf8665d6829b08b405e0899 (patch) | |
tree | 6720a797a631463d7c2f7022e7f75d70a58d8d13 | |
parent | 35dd3cf94f3008a3bc6e8c6c964f091e8025570f (diff) | |
download | bzip2-61b434b4ef28b5e3cbf8665d6829b08b405e0899.tar.gz bzip2-61b434b4ef28b5e3cbf8665d6829b08b405e0899.tar.bz2 bzip2-61b434b4ef28b5e3cbf8665d6829b08b405e0899.zip |
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.
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f3af893 --- /dev/null +++ b/.gitattributes | |||
@@ -0,0 +1 @@ | |||
*.ref binary | |||