about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/.gitattributes
blob: ba72ee95922311e3ca3204bab4143afef8f6fe53 (plain)
1
2
3
4
5
6
7
8
9
10
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto eol=lf

# git grep shouldn't match entries in huge minified javascript
*.min.js binary

# Older git versions try to fix line endings on images, this prevents it.
*.png binary
*.jpg binary
*.ico binary