From a4c40ec5a5d20adbf0bfa67942cc7077e94d8bf4 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Fri, 10 Jan 2020 15:37:20 +1100 Subject: [PATCH] Update shared gitattributes to handle rogue exif pdf. --- .gitattributes | 12 +++++++++++- shared-infrastructure | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 435f0bb91b..0f550f4074 100644 --- a/.gitattributes +++ b/.gitattributes @@ -89,13 +89,22 @@ ############################################################################### *.bmp binary *.dll binary +*.eot binary *.exe binary *.gif binary *.jpg binary +*.pdf binary *.png binary -*.tga binary +*.ppt binary +*.pptx binary *.ttf binary *.snk binary +*.ttf binary +*.woff binary +*.woff2 binary +*.xls binary +*.xlsx binary + ############################################################################### # Set explicit file behavior to: @@ -107,3 +116,4 @@ *.pdf diff=astextplain *.pptx diff=astextplain *.rtf diff=astextplain +*.svg diff=astextplain diff --git a/shared-infrastructure b/shared-infrastructure index faf84e44ec..c2e689abe9 160000 --- a/shared-infrastructure +++ b/shared-infrastructure @@ -1 +1 @@ -Subproject commit faf84e44ec90e8a42a7271bcd04fea76279efb08 +Subproject commit c2e689abe9227209e6d5bc4bf56255d92b4a5d62