From 9d26eb9a2fb4cef1cf73e9c8613155b553fe51cc Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 11 Aug 2025 12:02:24 +0200 Subject: [PATCH] subprojects: fix ignore exception for files under packagefiles/ Fix the rule about not ignoring files under subprojects/packagefiles/ which is not covering files in subdirectories of subprojects/packagefiles Acked-by: Valentine Burley Part-of: --- subprojects/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/.gitignore b/subprojects/.gitignore index d74bad65d7d..6ccac5a2bab 100644 --- a/subprojects/.gitignore +++ b/subprojects/.gitignore @@ -1,4 +1,4 @@ * !*.wrap -!packagefiles/ +!packagefiles/** !.gitignore