How do I exclude folders that begin with a dot, or period, from being indexed?
For example, I want to exclude all folders named ".hg" and ".metadata" and ".this" and ".that" when Everything scans my drive.
All obvious filter entries don't seem to work.
Thanks
Exclude folders that begin with "." from index
-
dan_pub
- Posts: 19
- Joined: Sun Nov 08, 2009 9:14 am
Re: Exclude folders that begin with "." from index
on my machine, this seems to do the job:
folder: \.
folder: \.
-
bitpow
- Posts: 2
- Joined: Fri Sep 23, 2011 2:46 pm
Re: Exclude folders that begin with "." from index
Hmm,
That does not appear to work.
I created an Exclude rule "\." for folders only.
".this" and ".that" folders are still being indexed.
Anything else?
That does not appear to work.
I created an Exclude rule "\." for folders only.
".this" and ".that" folders are still being indexed.
Anything else?
-
dan_pub
- Posts: 19
- Joined: Sun Nov 08, 2009 9:14 am
Re: Exclude folders that begin with "." from index
exclude
filter .*
folders only
filter .*
folders only