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:
committed by
Marge Bot
parent
1dd1995388
commit
9d26eb9a2f
2
subprojects/.gitignore
vendored
2
subprojects/.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
*
|
||||
!*.wrap
|
||||
!packagefiles/
|
||||
!packagefiles/**
|
||||
!.gitignore
|
||||
|
||||
Reference in New Issue
Block a user