# Declare files that will always have CRLF line endings on checkout. *.inf text eol=crlf *.cat text eol=crlf # 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