xref: /freebsd/sys/contrib/zstd/.gitattributes (revision c6879c6c14eedbd060ba588a3129a6c60ebbe783)
1*0c16b537SWarner Losh# Set the default behavior
2*0c16b537SWarner Losh* text eol=lf
3*0c16b537SWarner Losh
4*0c16b537SWarner Losh# Explicitly declare source files
5*0c16b537SWarner Losh*.c text eol=lf
6*0c16b537SWarner Losh*.h text eol=lf
7*0c16b537SWarner Losh
8*0c16b537SWarner Losh# Denote files that should not be modified.
9*0c16b537SWarner Losh*.odt binary
10*0c16b537SWarner Losh*.png binary
11*0c16b537SWarner Losh
12*0c16b537SWarner Losh# Visual Studio
13*0c16b537SWarner Losh*.sln text eol=crlf
14*0c16b537SWarner Losh*.vcxproj* text eol=crlf
15*0c16b537SWarner Losh*.vcproj* text eol=crlf
16*0c16b537SWarner Losh*.suo binary
17*0c16b537SWarner Losh*.rc text eol=crlf
18*0c16b537SWarner Losh
19*0c16b537SWarner Losh# Windows
20*0c16b537SWarner Losh*.bat text eol=crlf
21*0c16b537SWarner Losh*.cmd text eol=crlf
22