about summary refs log tree commit diff
path: root/.gitattributes
AgeCommit message (Collapse)AuthorLines
2021-09-22Mark large benchmark data files as binary to filter grepsJosh Triplett-0/+2
When doing a git grep (of rust-analyzer or of rust-lang/rust with --recurse-submodules), if the grep happens to match within the large benchmark data files, the resulting long single lines can cause a text pager or editor to slow down and distract from more useful matches. These test data files aren't formatted for human consumption, so mark them as binary, which causes git grep to instead just state that they match without printing the matching "line".
2020-08-12Rename ra_syntax -> syntaxAleksey Kladov-1/+1
2020-07-20Update .gitattributesJethro Beekman-0/+4
See rust-lang/rust#57858
2019-11-14Set text to autodetect and use LFkjeremy-0/+1
2019-11-14Remove snapshots since we no long commit themkjeremy-1/+0
2019-11-03Fix snapshots line-ending in windowsEdwin Cheng-1/+2
2019-04-05add .gitattributesEdwin Cheng-0/+1