Hi there,

> The syntax is as follows,
>
>         veto files = /.*/
>
Here's a possible solution: if that is a regex you're trying to specify, i
can see the problem. Basically, if you type just .* for the regex, it'll
match _every_ file it comes into contact with. An alternative to try out
would be this:

veto files = /^\..*/

That should match a dot at the beginning of the line and then anything else
for the rest.

> Thanks in advance.
>
> Subba Rao
> [EMAIL PROTECTED]
> http://pws.prserv.net/truemax/
>

Hope this helps you out,

Patrick



--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to