From dbf6daebdc088091fcd19e73dc0d2896cf6590d1 Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Thu, 5 Mar 2026 16:47:34 +0100 Subject: [PATCH] chore: add ignored files in recalculate-patches, p=#12642 --- scripts/recalculate-patches.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/recalculate-patches.sh b/scripts/recalculate-patches.sh index 2bb2d5e3e..f19684099 100755 --- a/scripts/recalculate-patches.sh +++ b/scripts/recalculate-patches.sh @@ -12,6 +12,9 @@ IGNORE_FILES=( "shared.nsh" "ignorePrefs.json" "moz.configure" + "AsyncShutdown.sys.mjs" + "Info.plist.in" + "firefox.js" ) # Recursively find all .patch files in the current directory and its subdirectories