Explicitly declare image files to be binaries in .gitattributes, so as to avoid crlf-munging

This commit is contained in:
Alan Jeffrey 2019-07-05 08:57:54 -05:00
parent 5f477707a1
commit cd38456af4

4
.gitattributes vendored
View file

@ -1,2 +1,6 @@
* text=auto eol=lf
tests/* linguist-vendored
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary