]> git.lizzy.rs Git - rust.git/blob - .gitattributes
Mark large benchmark data files as binary to filter greps
[rust.git] / .gitattributes
1 * text=auto eol=lf
2 # git grep shouldn't match entries in this benchmark data
3 bench_data/** binary
4 crates/syntax/test_data/** -text eof=LF
5 # Older git versions try to fix line endings on images, this prevents it.
6 *.png binary
7 *.jpg binary
8 *.ico binary