set the exclusions to be top level

This commit is contained in:
Louis Abel 2022-12-14 16:40:02 -07:00
parent f34d0537d6
commit 8721c80db1
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 7 additions and 6 deletions

View File

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