wildcard the dirs to exclude

This commit is contained in:
Louis Abel 2022-12-14 16:03:32 -07:00
parent 568c7b39c2
commit f34d0537d6
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 5 additions and 5 deletions

View File

@ -1179,11 +1179,11 @@ class IsoBuild:
exclude=[ exclude=[
"*/lost+found", "*/lost+found",
"*/boot.iso", "*/boot.iso",
"*/images", "*/images/*",
"*/isolinux", "*/isolinux/*",
"*/EFI", "*/EFI/*",
"*/boot", "*/boot/*",
"*/ppc", "*/ppc/*",
"*/generic.ins" "*/generic.ins"
] ]
) )