xref: /dokuwiki/vendor/php81_bc/strftime/.gitattributes (revision db9267247e06d4aae1a33463c71b2c22d7f7a2a7)
1*db926724SAndreas Gohr# Define the line ending behavior of the different file extensions
2*db926724SAndreas Gohr# Set default behavior, in case users don't have core.autocrlf set.
3*db926724SAndreas Gohr* text=auto
4*db926724SAndreas Gohr* text eol=lf
5*db926724SAndreas Gohr
6*db926724SAndreas Gohr# Explicitly declare text files we want to always be normalized and converted
7*db926724SAndreas Gohr# to native line endings on checkout.
8*db926724SAndreas Gohr*.php text
9*db926724SAndreas Gohr*.default text
10*db926724SAndreas Gohr*.ctp text
11*db926724SAndreas Gohr*.sql text
12*db926724SAndreas Gohr*.md text
13*db926724SAndreas Gohr*.po text
14*db926724SAndreas Gohr*.js text
15*db926724SAndreas Gohr*.css text
16*db926724SAndreas Gohr*.ini text
17*db926724SAndreas Gohr*.properties text
18*db926724SAndreas Gohr*.txt text
19*db926724SAndreas Gohr*.xml text
20*db926724SAndreas Gohr*.svg text
21*db926724SAndreas Gohr*.yml text
22*db926724SAndreas Gohr.htaccess text
23*db926724SAndreas Gohr
24*db926724SAndreas Gohr# Declare files that will always have CRLF line endings on checkout.
25*db926724SAndreas Gohr*.bat eol=crlf
26*db926724SAndreas Gohr
27*db926724SAndreas Gohr# Declare files that will always have LF line endings on checkout.
28*db926724SAndreas Gohr*.pem eol=lf
29*db926724SAndreas Gohr
30*db926724SAndreas Gohr# Denote all files that are truly binary and should not be modified.
31*db926724SAndreas Gohr*.dbf binary
32*db926724SAndreas Gohr*.prj binary
33*db926724SAndreas Gohr*.shp binary
34*db926724SAndreas Gohr*.shx binary
35*db926724SAndreas Gohr*.sld binary
36*db926724SAndreas Gohr*.png binary
37*db926724SAndreas Gohr*.jpg binary
38*db926724SAndreas Gohr*.gif binary
39*db926724SAndreas Gohr*.ico binary
40*db926724SAndreas Gohr*.mo binary
41*db926724SAndreas Gohr*.pdf binary
42*db926724SAndreas Gohr*.phar binary
43*db926724SAndreas Gohr*.woff binary
44*db926724SAndreas Gohr*.woff2 binary
45*db926724SAndreas Gohr*.ttf binary
46*db926724SAndreas Gohr*.otf binary
47*db926724SAndreas Gohr*.eot binary
48*db926724SAndreas Gohr*.gz binary
49*db926724SAndreas Gohr*.bz2 binary
50*db926724SAndreas Gohr*.7z binary
51*db926724SAndreas Gohr*.zip binary
52