Hide .bin and .cbin in build-ufd

* Fixes issue #107
This commit is contained in:
2Shirt 2019-04-25 19:09:27 -07:00
parent 5ae8ea3be1
commit dac20b12f1
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -102,6 +102,9 @@ ITEMS_HIDDEN = (
'dgpu',
'EFI',
'isolinux',
# Main Kit
'{}/.bin'.format(KIT_NAME_FULL),
'{}/.cbin'.format(KIT_NAME_FULL),
# WinPE
'boot',
'bootmgr',