Add support for ATmega168p CPU
[pub/USBasp.git] / .gitattributes
index 9803a03..45814c1 100644 (file)
@@ -1,9 +1,13 @@
 # Declare files that will always have CRLF line endings on checkout.
-*.inf text eol=crlf
+*.inf  text eol=crlf
+*.cat  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