From 871a185ad846db2d9b874c7988d6c1fcf0a6e723 Mon Sep 17 00:00:00 2001 From: Jim McGrath Date: Tue, 16 Jul 2019 20:04:04 -0500 Subject: [PATCH] ensure test reference files are checked out with LF line endings --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..0cc12a36f6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +*.log eol=lf +*.out eol=lf +*.fot eol=lf +*.tex eol=lf +*.bbl eol=lf +*.blg eol=lf