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 <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36710>
This commit is contained in:
Antonio Ospite 2025-08-11 12:02:24 +02:00 committed by Marge Bot
parent 1dd1995388
commit 9d26eb9a2f

View file

@ -1,4 +1,4 @@
*
!*.wrap
!packagefiles/
!packagefiles/**
!.gitignore