USBasp 2006.12.29.
[pub/USBasp.git] / .gitattributes
index 9803a03..3e01c71 100644 (file)
@@ -1,9 +1,12 @@
 # Declare files that will always have CRLF line endings on checkout.
 *.inf 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