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