gitattributes *.bin, *.pdf, and *.png are binary

* fixes #12818
This commit is contained in:
Daniel Agar 2019-08-28 11:01:35 -04:00 committed by GitHub
parent e50dd7c364
commit 7ee1043932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
.gitattributes vendored
View File

@ -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