Everything is a great tool. I like it.
I'm a programmer, I writes code under version control system, etc Subversion, so I add some exclude filter :
Type: exclude
Filter:
.svn
*.svn
*.svn*
^\.svn$
Apply to :
Files and Folders
but folders named .svn still been list in the search result list. Is here something I missed? thank you.
The exclude filter rule failure
Re: The exclude filter rule failure
Everything version 1.2.1.371
Windows XP SP3
Chinese Simplified language
Windows XP SP3
Chinese Simplified language
Re: The exclude filter rule failure
it works after i added these two rules:
*\.svn\*
.svn
http://forum.voidtools.com/viewtopic.php?f=5&t=64#p127
thank you!
*\.svn\*
.svn
http://forum.voidtools.com/viewtopic.php?f=5&t=64#p127
thank you!
Re: The exclude filter rule failure
I am aware of the issue with the exclude list not working as intended.
This should be fixed for the next release of "Everything".
To work around the problem:
Try adding the following two filters:
Type: Exclude.
Filter:
Apply to: Files and folders.
Type: Exclude.
Filter:
Apply to: folders only.
This should be fixed for the next release of "Everything".
To work around the problem:
Try adding the following two filters:
Type: Exclude.
Filter:
Code: Select all
*\.svn\*
Type: Exclude.
Filter:
Code: Select all
.svn