X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/273d814d87242c5526dd03dc4530f605951fe0d4..HEAD:/.gitattributes diff --git a/.gitattributes b/.gitattributes index 9803a03eb..45814c14e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,13 @@ # Declare files that will always have CRLF line endings on checkout. -*.inf text eol=crlf +*.inf text eol=crlf +*.cat text eol=crlf -# Declare pathc and diff files allow trailing whitespace +# Declare pacth and diff files allow trailing whitespace *.diff text=auto -whitespace *.patch text=auto -whitespace +# Declare pdf as binary +*.pdf binary + # ignore .git .git* text export-ignore