From 43aed7bfb07c34166990c487b62d5a6df45b3e93 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 29 Mar 2026 14:54:59 +0200 Subject: [PATCH] msys2-runtime: exclude AGENTS.md in update-patches.sh The msys2-runtime repository recently gained an AGENTS.md file that provides project context for AI coding agents. This file is only useful during development in the msys2-runtime repository itself and is not needed to build the package, so exclude it from the patch series just like .github/ and ui-tests/. Assisted-by: Claude Opus 4.6 Signed-off-by: Johannes Schindelin --- msys2-runtime/update-patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msys2-runtime/update-patches.sh b/msys2-runtime/update-patches.sh index 659d91904a9..dbf6b8b2f99 100755 --- a/msys2-runtime/update-patches.sh +++ b/msys2-runtime/update-patches.sh @@ -43,7 +43,7 @@ git -c core.abbrev=7 \ --subject-prefix=PATCH \ --output-directory ../.. \ $base_tag.. ${merging_rebase_start:+^$merging_rebase_start} \ - -- ':(exclude).github/' ':(exclude)ui-tests/' || + -- ':(exclude).github/' ':(exclude)AGENTS.md' ':(exclude)ui-tests/' || die "Could not generate new patch set" patches="$(ls 0*.patch)" &&