|
|
[Perlfect-search] Excluding file from indexing without specifying path
Cameron Moore lists@toad.bitstreet.net
Mon, 26 Nov 2001 15:33:03 -0600
* yuriy@mint-tech.com [2001.11.26 10:49]:
> I want to exclude any file that would match '*.vhd.html' from search.
> According to documentation to no_index.txt file I have to specify some kind
> of path to the file. But I want to exclude any files matching that pattern
> regardless of where they are found.
>
> Is there a way to do it?
[ I tried to reply once, but it hasn't come through... ]
Each line in the no_index file is a regex pattern. You want something
like this:
.*\.vhd\.html
Enjoy
--
Cameron Moore
|
|