Rollup merge of #83208 - jethrogb:jb/gitignore, r=Xanewok

Fix gitattibutes for old git versions
This commit is contained in:
Dylan DPC 2021-03-19 15:03:25 +01:00 committed by GitHub
commit 359124230f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

6
.gitattributes vendored
View File

@ -7,11 +7,11 @@
*.fixed linguist-language=Rust
*.mir linguist-language=Rust
src/etc/installer/gfx/* binary
*.woff binary
*.woff2 binary
src/vendor/** -text
Cargo.lock linguist-generated=false
# Older git versions try to fix line endings on images, this prevents it.
# Older git versions try to fix line endings on images and fonts, this prevents it.
*.png binary
*.ico binary
*.woff binary
*.woff2 binary