gitattributes: Mark *.a files as binary.

This commit is contained in:
Damien George 2019-06-01 15:59:48 +10:00
parent 1043f1a047
commit 53f2ac9017

1
.gitattributes vendored
View File

@ -7,6 +7,7 @@
*.bat text eol=crlf *.bat text eol=crlf
# These are binary so should never be modified by git. # These are binary so should never be modified by git.
*.a binary
*.png binary *.png binary
*.jpg binary *.jpg binary
*.dxf binary *.dxf binary