9803a03eb5fbe6520bf4ebd6fd2a4ff38ce17454
[pub/USBasp.git] / .gitattributes
1 # Declare files that will always have CRLF line endings on checkout.
2 *.inf text eol=crlf
3
4 # Declare pathc and diff files allow trailing whitespace
5 *.diff text=auto -whitespace
6 *.patch text=auto -whitespace
7
8 # ignore .git
9 .git* text export-ignore