blob: ba72ee95922311e3ca3204bab4143afef8f6fe53 [file] [log] [blame]
Vadim Petrochenkov7752cbf2018-12-02 01:10:43 +04001# Set the default behavior, in case people don't have core.autocrlf set.
2* text=auto eol=lf
jethrogbd2cea242020-01-13 20:06:54 -08003
Josh Triplett615f4142022-10-07 17:27:49 +01004# git grep shouldn't match entries in huge minified javascript
5*.min.js binary
6
jethrogbd2cea242020-01-13 20:06:54 -08007# Older git versions try to fix line endings on images, this prevents it.
8*.png binary
9*.jpg binary
10*.ico binary