romm
romm copied to clipboard
[Bug] 3.2.0-rc.1 bios do not respect exclusions in config.yml
RomM version 3.2.0-rc.1
Describe the bug
When scanning for bios files, my exclusion rules are not applied. For example, .DS_Store is picked up, even when I add a matching bios section in config.yml.
To Reproduce Steps to reproduce the behavior:
- Add exclusion rule to config.yml (see below)
- Start docker logs
- Initiate platform scan
- Observe that files are catalogued even when they should be excluded
bios:
single_file:
names:
- '._*'
- '.DS_Store'
The ._gba_bios.bin file should be ignored.
Alright I've got a fix for this, will be in the next release!