Fix .gitattributes for test_data

This commit is contained in:
Amos Wenger 2022-07-24 14:05:35 +02:00
parent 20eb2ddb2e
commit 74998e46e9
4 changed files with 225 additions and 224 deletions

3
.gitattributes vendored
View file

@ -1,7 +1,8 @@
* text=auto eol=lf
# git grep shouldn't match entries in this benchmark data
bench_data/** binary
crates/syntax/test_data/** -text eof=LF
# Older git versions try to fix line endings on images, this prevents it.
*.png binary
*.jpg binary