Skip to content

Commit a4c40ec

Browse files
Update shared gitattributes to handle rogue exif pdf.
1 parent 4bdfcbe commit a4c40ec

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.gitattributes

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,22 @@
8989
###############################################################################
9090
*.bmp binary
9191
*.dll binary
92+
*.eot binary
9293
*.exe binary
9394
*.gif binary
9495
*.jpg binary
96+
*.pdf binary
9597
*.png binary
96-
*.tga binary
98+
*.ppt binary
99+
*.pptx binary
97100
*.ttf binary
98101
*.snk binary
102+
*.ttf binary
103+
*.woff binary
104+
*.woff2 binary
105+
*.xls binary
106+
*.xlsx binary
107+
99108

100109
###############################################################################
101110
# Set explicit file behavior to:
@@ -107,3 +116,4 @@
107116
*.pdf diff=astextplain
108117
*.pptx diff=astextplain
109118
*.rtf diff=astextplain
119+
*.svg diff=astextplain

shared-infrastructure

0 commit comments

Comments
 (0)