Kevin Peng | d65629d | 2021-02-23 09:53:54 +0800 | [diff] [blame] | 1 | * text=auto |
2 | |||||
Anton Komlev | 43187bc | 2025-02-25 15:43:47 +0000 | [diff] [blame] | 3 | # Explicitly declare text files to make sure possible local wrong config |
4 | # of git does not override them on checkout | ||||
5 | *.patch text eol=lf | ||||
6 | |||||
Kevin Peng | d65629d | 2021-02-23 09:53:54 +0800 | [diff] [blame] | 7 | # Binary files that should not be normalized |
8 | *.pdf binary | ||||
9 | *.png binary |