From f32607cd71258b6c511b543ce5069a60e4c4b99c Mon Sep 17 00:00:00 2001 From: George Hudson Date: Wed, 20 Dec 2023 13:10:00 -0700 Subject: [PATCH] added Tom's workaround for files changed in windows auto changing when pulled into a mac (#2786) Co-authored-by: George Hudson --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index faa6195ab..081bf1643 100644 --- a/.gitattributes +++ b/.gitattributes @@ -40,3 +40,8 @@ *.jpg binary *.gif binary *.pdf binary + +# Annoying product-updates zip files +product-updates/knowledge-center/FTANF_2009.zip binary eol=lf +product-updates/knowledge-center/SSPMOE_2009.zip binary eol=lf +product-updates/knowledge-center/ftanf.zip binary eol=lf