diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2021-03-16 23:54:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-16 23:54:01 +0900 |
| commit | 70bacd67273b09dba850f51c910b5214aa7f2cd3 (patch) | |
| tree | daa4084904df086d070bcfd085b99345208ee347 | |
| parent | 39af66f6514bd6a477a1b9496de94c9567c6cb42 (diff) | |
| parent | ff8717b56dfe71f371566db52d72684088da8e61 (diff) | |
| download | rust-70bacd67273b09dba850f51c910b5214aa7f2cd3.tar.gz rust-70bacd67273b09dba850f51c910b5214aa7f2cd3.zip | |
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.
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ac0a71232ef..4038db6f7da 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 |
