Mixing include and exclude rules

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
yoyomaah
Posts: 29
Joined: Wed Sep 16, 2009 1:04 am

Mixing include and exclude rules

Post by yoyomaah »

I only want to include a couple of folders and their content in Everything.

I set up an include rule that just includes "C:\Test"

Now i want to exclude all folders that start with a dot, so i set up an exclude rule like ".*"

Still, Everything includes all these folders and files. I tried other exclude rules like "*.jpg" - none of them seem to work, if i have include rules before them.

any advice?
void
Developer
Posts: 15587
Joined: Fri Oct 16, 2009 11:31 pm

Re: Mixing include and exclude rules

Post by void »

The excluding system in 1.2 is terrible.

You can try to use the following exclude filter:
Type: Exclude
Filter:

Code: Select all

*\.*
Apply to: Files and folders.

This will exclude all folders that start with .
However, it will also exclude files starting with .

You might like to try the latest beta.

You can exclude folders that start with . by added the following exclude folder filter:

Code: Select all

.*
Post Reply