blob: 53544b23350cb1a940c7a6ca1ffce3009b9ecc55 [file] [log] [blame]
Joachim Krechc8eaa882016-07-01 15:34:23 +02001# 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