multiple file search
Submitted by Friday, 12 September, 2008 - 05:39
on
Hello,
when I perform a multiple file search, I want to get rid of subversion files in the results.
I want to tell :
Don't search in files that end with :
.svn-base
nor in files that are named :
entries
In the "filter" field, I can enter
{!*.svn-base}
or
{!entries}
it works. But how can I specify both using a glob pattern ?
I tried several things, like {!*.svn-base}{!entries}
An other way could be "don't select files that contain .svn in their path", but the filter field permits to filter file names, not directory
Any ideas ??
Thank you, Thierry
when I perform a multiple file search, I want to get rid of subversion files in the results.
I want to tell :
Don't search in files that end with :
.svn-base
nor in files that are named :
entries
In the "filter" field, I can enter
{!*.svn-base}
or
{!entries}
it works. But how can I specify both using a glob pattern ?
I tried several things, like {!*.svn-base}{!entries}
An other way could be "don't select files that contain .svn in their path", but the filter field permits to filter file names, not directory
Any ideas ??
Thank you, Thierry