I was trying to add a "folder2" tree (recursive, show subfolders, add as wildcard, source files = "*.c;*.h;Makefile;*.mak;*.s;*.ld;*.bat;*.yml") but from where I want to exclude src\app\.
However I don't want boot\src\app\ to be excluded: is this possible? At the moment both paths are excluded

The folder structure looks like this:
project.vpj/vpw
folder1
+ folder2
+ + boot\src\app\ <-- I want this included
+ + boot\src\others\
+ + src\app\ <-- I want this excluded
+ + src\others\
Thanks!
(SEv26.0.1.0 64-bit Qt5, hotfix_se2601_5_cumulative.zip , Win10x64.1909)