# 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