From b466105479b56897c8c5fdcc86682ea6e474f58d Mon Sep 17 00:00:00 2001 From: Leonardo Zide Date: Sun, 2 Oct 2016 13:39:37 -0700 Subject: [PATCH] Create .gitattributes --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..db5005ad --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# 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. +*.cpp text +*.h text + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary