| Vadim Petrochenkov | 7752cbf | 2018-12-02 01:10:43 +0400 | [diff] [blame] | 1 | # Set the default behavior, in case people don't have core.autocrlf set. |
| 2 | * text=auto eol=lf |
| jethrogb | d2cea24 | 2020-01-13 20:06:54 -0800 | [diff] [blame] | 3 | |
| Josh Triplett | 615f414 | 2022-10-07 17:27:49 +0100 | [diff] [blame] | 4 | # git grep shouldn't match entries in huge minified javascript |
| 5 | *.min.js binary |
| 6 | |
| jethrogb | d2cea24 | 2020-01-13 20:06:54 -0800 | [diff] [blame] | 7 | # Older git versions try to fix line endings on images, this prevents it. |
| 8 | *.png binary |
| 9 | *.jpg binary |
| 10 | *.ico binary |