From 9c4cd2274907970b810d815a19597646a76f6760 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 | 10 +++++++++- shared-infrastructure | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 195506770b..163f9ddfe0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -64,13 +64,20 @@ # treat as binary *.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 +*.woff binary +*.woff2 binary +*.xls binary +*.xlsx binary # diff as plain text *.doc diff=astextplain *.docx diff=astextplain @@ -78,6 +85,7 @@ *.pdf diff=astextplain *.pptx diff=astextplain *.rtf diff=astextplain +*.svg diff=astextplain *.jpg filter=lfs diff=lfs merge=lfs -text *.jpeg filter=lfs diff=lfs merge=lfs -text *.bmp filter=lfs diff=lfs merge=lfs -text 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