From df4b3a4ea92fa40550054ed04f416fdc0b68e6f3 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 28 Jun 2014 20:04:28 +0200 Subject: .gitattributes & .gitignore rewritten --- .gitattributes | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 0a6781fd8..06374b854 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,21 +1,34 @@ # Set default behaviour, in case users don't have core.autocrlf set. * text=auto -# Explicitly declare text files we want to always be normalized and converted +# Explicitly declare text files we want to always be normalized and converted # to native line endings on checkout. -*.py text -*.js text -*.po text *.cfg text -*.md text +*.coffee text +*.conf text +*.htm text +*.html text *.in text -*.txt text -*.sh text +*.js text *.json text -*.html text -.htm text +*.md text +*.po text +*.pot text +*.py text +*.rst text +*.sh text +*.thrift text +*.txt text +*.yaml text +*.xml text # Denote all files that are truly binary and should not be modified. -*.png binary +*.ico binary +*.gif binary *.jpg binary *.mo binary +*.pyc binary +*.png binary +*.svg binary +*.rar binary +*.zip binary -- cgit v1.2.3