From a995bc37b4f6e0d55cc487aca651b67f6a3f7775 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Mon, 7 May 2018 16:41:25 +0200 Subject: [PATCH] add .gitattributes --- .gitattributes | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..04e5684a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,20 @@ +# Set the default behavior, in case people don't 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 +*.txt text + +# Declare files that will always have CRLF line endings on checkout. +*.sln text eol=crlf +*.msi text eol=crlf +*.vbs text eol=crlf +*.vcxproj text eol=crlf +*.vcxproj.filters text eol=crlf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.gif binary +*.dll binary