forked from sig_core/toolkit
wildcard the dirs to exclude
This commit is contained in:
parent
568c7b39c2
commit
f34d0537d6
@ -1179,11 +1179,11 @@ class IsoBuild:
|
||||
exclude=[
|
||||
"*/lost+found",
|
||||
"*/boot.iso",
|
||||
"*/images",
|
||||
"*/isolinux",
|
||||
"*/EFI",
|
||||
"*/boot",
|
||||
"*/ppc",
|
||||
"*/images/*",
|
||||
"*/isolinux/*",
|
||||
"*/EFI/*",
|
||||
"*/boot/*",
|
||||
"*/ppc/*",
|
||||
"*/generic.ins"
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user