Add the ability to exclude (sub)-directories.

Hello,


While there is the ability to exclude pas files (including an entire directory by using wild cards C:\some\directory*.pas), I would like the ability to exclude an entire directory structure, as it only contains third party code, and disabling folder by folder is impractical.

Example:

C:\some</div>

would exclude anything in the "c:\some" (which would be the same as "c:\some*.pas") and would also exclude anything in the "c:\some\directory" (and any other sub-directories).

Cheers,
Nick