From 4600e386e4bc2ce4bcb6abbe7cdd943904ae0aea Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Sat, 19 Oct 2019 10:32:01 -0500 Subject: [PATCH] Added attributes file to handle EOL --- .gitattributes | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..47a0eaed --- /dev/null +++ b/.gitattributes @@ -0,0 +1,18 @@ +# Set the default behavior, in case you have core.autocrlf set. +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.c text +*.h text +Makefile.* text +Makefile text +.cproject text +.project text + +# Declare files that will always have CRLF line endings on checkout. +*.sln text eol=crlf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary