From b8da87bf931820ad6332d93fa0cf013d730c265e Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 27 Aug 2014 23:53:03 +0200 Subject: Update .gitattributes & .gitignore --- .gitattributes | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 06374b854..d3aa9bed2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,7 +3,10 @@ # Explicitly declare text files we want to always be normalized and converted # to native line endings on checkout. +*.bat text +*.c text *.cfg text +*.cmd text *.coffee text *.conf text *.htm text @@ -19,16 +22,17 @@ *.sh text *.thrift text *.txt text -*.yaml text *.xml text +*.yaml text # Denote all files that are truly binary and should not be modified. -*.ico binary *.gif binary +*.ico binary *.jpg binary *.mo binary *.pyc binary +*.pyx binary *.png binary -*.svg binary *.rar binary +*.svg binary *.zip binary -- cgit v1.2.3