From ce19f1890d24a557f8b9b128f790b32eb587313b Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Wed, 28 Mar 2018 22:49:12 -0700 Subject: [PATCH] Add git attribute configuration --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..a8edefd1a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +# Set the default behavior to have all files normalized to Unix-style +# line endings upon check-in. +* text=auto + +# Declare files that will always have CRLF line endings on checkout. +*.bat text eol=crlf + +# Denote all files that are truly binary and should not be modified. +*.dll binary +*.exp binary +*.lib binary +*.pdb binary +*.exe binary