diff options
author | 2014-08-27 23:53:03 +0200 | |
---|---|---|
committer | 2014-08-28 04:40:23 +0200 | |
commit | b8da87bf931820ad6332d93fa0cf013d730c265e (patch) | |
tree | d9e626c98ebdf3c610546334ac7e80669dd61b93 /.gitattributes | |
parent | CREDITS.md (diff) | |
download | pyload-b8da87bf931820ad6332d93fa0cf013d730c265e.tar.xz |
Update .gitattributes & .gitignore
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 10 |
1 files changed, 7 insertions, 3 deletions
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 |