mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-04 10:50:15 +00:00
Fix .gitattributes for test_data
This commit is contained in:
parent
20eb2ddb2e
commit
74998e46e9
4 changed files with 225 additions and 224 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -1,7 +1,8 @@
|
||||||
* text=auto eol=lf
|
* text=auto eol=lf
|
||||||
|
|
||||||
# git grep shouldn't match entries in this benchmark data
|
# git grep shouldn't match entries in this benchmark data
|
||||||
bench_data/** binary
|
bench_data/** binary
|
||||||
crates/syntax/test_data/** -text eof=LF
|
|
||||||
# Older git versions try to fix line endings on images, this prevents it.
|
# Older git versions try to fix line endings on images, this prevents it.
|
||||||
*.png binary
|
*.png binary
|
||||||
*.jpg binary
|
*.jpg binary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue