Doing this change will allow the user to make complex file search like: ``` xml <permcheck> <excludes> <dir>vendor/</dir> <dir>.git/</dir> </excludes> <executables> <dir>bin/*</dir> <dir>bin/*/tests/*</dir> </executables> </permcheck> ```
Doing this change will allow the user to make complex file search like: