On Tue, Dec 18, 2012 at 12:58 PM, Juanma Barranquero <[email protected]>wrote:

>   C:\work> fossil set ignore-glob
>   ignore-glob          (local)  *.zip,*.pdf,*.htm*
>

i _think_ you could achieve what you're looking for by changing the glob to:

*.[zZ][iI][pP],*.[pP][dD][fF],*.[hH][tT][mM]*

Tedious, yes, but AFAIK the glob code doesn't have a mechanism to make it
case-insensitive.

Also, a nitpick. In the help for the "extras" command, the description
> of --ignore is truncated:
>
> Options:
>    --abs-paths      Display absolute pathnames.
>    --dotfiles       include files beginning with a dot (".")
>    --ignore <CSG>   ignore files matching patterns from the
>    --rel-paths      Display pathnames relative to the current working
>                     directory.
>

It looks like that one was fixed in the mean time:

[stephan@host:~/cvs/fossil/fossil/src]$ f help extras
...
   --ignore <CSG>   ignore files matching patterns from the argument

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to