projects
/
pub
/
USBasp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add support for ATmega168p CPU
[pub/USBasp.git]
/
.gitattributes
1
# Declare files that will always have CRLF line endings on checkout.
2
*.inf text eol=crlf
3
*.cat text eol=crlf
4
5
# Declare pacth and diff files allow trailing whitespace
6
*.diff text=auto -whitespace
7
*.patch text=auto -whitespace
8
9
# Declare pdf as binary
10
*.pdf binary
11
12
# ignore .git
13
.git* text export-ignore