Joachim Krech | c8eaa88 | 2016-07-01 15:34:23 +0200 | [diff] [blame^] | 1 | # Set the default behavior, in case people don't have core.autocrlf set. |
| 2 | * text=auto |
| 3 | |
| 4 | # Explicitly declare text files you want to always be normalized and converted |
| 5 | # to native line endings on checkout. |
| 6 | *.c text |
| 7 | *.h text |
| 8 | *.txt text |
| 9 | *.xsd text |
| 10 | *.pdsc text |
| 11 | *.svd text |
| 12 | *.bat text |
| 13 | |
| 14 | # Declare files that will always have CRLF line endings on checkout. |
| 15 | *.uvproj text eol=crlf |
| 16 | *.uvproj text eol=crlf |
| 17 | |
| 18 | # Denote all files that are truly binary and should not be modified. |
| 19 | *.png binary |
| 20 | *.jpg binary |
| 21 | *.a binary |
| 22 | *.lib binary |
| 23 | *.exe binary |