Skip to content

Commit db28889

Browse files
committed
Add additional file types to .gitattributes
QA-1207
1 parent 2d2b552 commit db28889

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

.gitattributes

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,57 @@
55
# to LF line endings on checkout.
66
*.afm text eol=lf
77
*.cmap text eol=lf
8-
*.crt text eol=lf
9-
*.cs text eol=lf
8+
*.cs text eol=lf ident
9+
*.css text eol=lf
10+
*.htm text eol=lf
1011
*.html text eol=lf
1112
*.java text eol=lf ident
1213
*.lng text eol=lf
1314
*.md text eol=lf
1415
*.pom text eol=lf
1516
*.properties text eol=lf
17+
*.svg text eol=lf
1618
*.txt text eol=lf
1719
*.xfdf text eol=lf
20+
*.xht text eol=lf
21+
*.xhtml text eol=lf
1822
*.xml text eol=lf
23+
port-hash text eol=lf
1924

2025
# Declare files that will always have CRLF line endings on checkout.
2126
*.bat text eol=crlf
2227
*.csproj text eol=crlf
2328
*.sln text eol=crlf
2429

2530
# Denote all files that are truly binary and should not be modified.
31+
*.aif binary
32+
*.aiff binary
2633
*.bmp binary
34+
*.cer binary
2735
*.cmp binary
36+
*.crt binary
2837
*.dib binary
2938
*.gif binary
39+
*.icc binary
3040
*.j2k binary
3141
*.jb2 binary
3242
*.jp2 binary
43+
*.jpc binary
3344
*.jpg binary
3445
*.key binary
3546
*.otf binary
47+
*.p12 binary
3648
*.pdf binary
3749
*.pfb binary
50+
*.pfm binary
3851
*.png binary
52+
*.snd binary
3953
*.tif binary
4054
*.tiff binary
4155
*.ttc binary
4256
*.ttf binary
57+
*.u3d binary
58+
*.wav binary
4359
*.wmf binary
60+
*.woff binary
61+
*.woff2 binary

0 commit comments

Comments
 (0)