mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
Explicitly declare image files to be binaries in .gitattributes, so as to avoid crlf-munging
This commit is contained in:
parent
5f477707a1
commit
cd38456af4
1 changed files with 4 additions and 0 deletions
4
.gitattributes
vendored
4
.gitattributes
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue