projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add support for ATmega168p CPU
[pub/USBasp.git]
/
.gitattributes
diff --git
a/.gitattributes
b/.gitattributes
index
9803a03
..
45814c1
100644
(file)
--- a/
.gitattributes
+++ b/
.gitattributes
@@
-1,9
+1,13
@@
# Declare files that will always have CRLF line endings on checkout.
# Declare files that will always have CRLF line endings on checkout.
-*.inf text eol=crlf
+*.inf text eol=crlf
+*.cat text eol=crlf
-# Declare pa
thc
and diff files allow trailing whitespace
+# Declare pa
cth
and diff files allow trailing whitespace
*.diff text=auto -whitespace
*.patch text=auto -whitespace
*.diff text=auto -whitespace
*.patch text=auto -whitespace
+# Declare pdf as binary
+*.pdf binary
+
# ignore .git
.git* text export-ignore
# ignore .git
.git* text export-ignore