diff options
author | 2014-06-28 20:04:28 +0200 | |
---|---|---|
committer | 2014-06-28 20:04:28 +0200 | |
commit | df4b3a4ea92fa40550054ed04f416fdc0b68e6f3 (patch) | |
tree | 7458da31117027181f7e1d3266cb63b746442ab8 /.gitattributes | |
parent | Core merge #625 (diff) | |
download | pyload-df4b3a4ea92fa40550054ed04f416fdc0b68e6f3.tar.xz |
.gitattributes & .gitignore rewritten
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 33 |
1 files changed, 23 insertions, 10 deletions
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 |