You want to use a directive to skip a certain path.
Create a directive that looks like the below, name it what ever you want. On the client definition, just mark the new directive. The below will skip everything (*.*) in the path set. + means the directive will traverse the filesystem, skipping every subdir as well.
<< "C:\Program Files" >>
+skip: *.*
Cheers!
Maverick