We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The filtering is not flexible enough, it should be like in git's .gitignore
.gitignore
Example: out/**/*test*.h5, this would filter all *test*.h5 files in the subfolders of out
out/**/*test*.h5
*test*.h5
out
No response