Mark binary files as binary in .gitattributes.

This commit is contained in:
Brian Smith 2017-05-06 12:05:16 -10:00
parent ab4c97d93b
commit e3769d9fd1

2
.gitattributes vendored
View File

@ -6,3 +6,5 @@
*.bat eol=crlf
*.rc eol=crlf
*.pl linguist-language=Assembly
*.bin binary
*.der binary