Skip to content

Commit 2fd253d

Browse files
authored
Rollup merge of rust-lang#83208 - jethrogb:jb/gitignore, r=Xanewok
Fix gitattibutes for old git versions
2 parents ea40173 + b1de9d4 commit 2fd253d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitattributes

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
*.fixed linguist-language=Rust
88
*.mir linguist-language=Rust
99
src/etc/installer/gfx/* binary
10-
*.woff binary
11-
*.woff2 binary
1210
src/vendor/** -text
1311
Cargo.lock linguist-generated=false
1412

15-
# Older git versions try to fix line endings on images, this prevents it.
13+
# Older git versions try to fix line endings on images and fonts, this prevents it.
1614
*.png binary
1715
*.ico binary
16+
*.woff binary
17+
*.woff2 binary

0 commit comments

Comments
 (0)