From 1757d3756c155b024cc305cd1bc414faab462040 Mon Sep 17 00:00:00 2001 From: Ed Beroset Date: Mon, 9 Nov 2020 11:01:55 -0500 Subject: [PATCH] Add attributes to prevent CRLF conversion for test input files. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5a3e38d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +oadrtest/oadrtest/test_input/test_buffer1.txt text eol=crlf +oadrtest/oadrtest/test_input/test_buffer2.txt text eol=crlf