diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2019-07-05 08:57:54 -0500 |
---|---|---|
committer | Alan Jeffrey <ajeffrey@mozilla.com> | 2019-07-05 09:00:56 -0500 |
commit | cd38456af4ed277ab47eab0c536ed91d68bfb3ca (patch) | |
tree | 74dbd28586f4cb42b74931f62853d8a72eb749bf /.gitattributes | |
parent | 5f477707a1ec863aea7868299b960e86582382bc (diff) | |
download | servo-cd38456af4ed277ab47eab0c536ed91d68bfb3ca.tar.gz servo-cd38456af4ed277ab47eab0c536ed91d68bfb3ca.zip |
Explicitly declare image files to be binaries in .gitattributes, so as to avoid crlf-munging
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d6e50a67aa8..581671af6b7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 |