Kevin Peng | 456a15a | 2020-05-22 16:31:47 +0800 | [diff] [blame] | 1 | * text=auto |
| 2 | |
David Vincze | af851d3 | 2025-03-05 17:49:17 +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 | 456a15a | 2020-05-22 16:31:47 +0800 | [diff] [blame] | 7 | # Text files that should be normalized |
| 8 | *.c text |
| 9 | *.h text |
| 10 | *.txt text |
Kevin Peng | dff5229 | 2021-02-09 10:12:13 +0800 | [diff] [blame] | 11 | *.rst text |
Kevin Peng | 456a15a | 2020-05-22 16:31:47 +0800 | [diff] [blame] | 12 | |
| 13 | # Binary files that should not be normalized |
| 14 | *.a binary |
| 15 | *.lib binary |