Rollup merge of #83162 - jfrimmel:woff2, r=Mark-Simulacrum

Specify *.woff2 files as binary

This prevents older git versions to change the "line endings".
Fixes #83159.
This commit is contained in:
Yuki Okushi 2021-03-16 23:54:01 +09:00 committed by GitHub
commit 70bacd6727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -8,6 +8,7 @@
*.mir linguist-language=Rust
src/etc/installer/gfx/* binary
*.woff binary
*.woff2 binary
src/vendor/** -text
Cargo.lock linguist-generated=false