From 516621af5250d3ec39dfb349db1f07ba1730e7c0 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:22:01 +0100 Subject: [PATCH] don't change zip files --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index 745bc27a1..ad391420f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,3 +15,9 @@ *.PDF diff=astextplain *.rtf diff=astextplain *.RTF diff=astextplain + +# No changes for zip files +*.zip binary +*.autoconf binary +*.bin binary +*.tapp binary