diff --git a/.gitattributes b/.gitattributes index 314766e91bf5..ee07a7a2b6e2 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