diff --git a/.gitattributes b/.gitattributes index 314766e91b..ee07a7a2b6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ * text=auto eol=lf *.{cmd,[cC][mM][dD]} text eol=crlf *.{bat,[bB][aA][tT]} text eol=crlf + +*.bin binary +*.pdf binary +*.png binary