On Mon, Mar 21, 2011 at 9:05 AM, Wilson, Ronald <rwils...@harris.com> wrote:

>  I have been using the ignore-glob feature for a while now, but it doesn’t
> seem to be working for some of the files that I think should be covered by
> the glob.  As you can see, the *.suo and *.ncb files in the project root are
> properly ignored in fossil changes (and fossil clean) but the
> eur_usd*.sqlite files are not ignored.  Is this a mistake in my glob because
> the filenames have more than one extension in them?
>
>
Also try: eur_usd.*.sqlite

If Fossil is somehow relying on Window's file glob expansion, you might need
multiple globs to get them all:

eur_usd.*,*.sqlite
eur_usd.*,*.*.sqlite
eur_usd.*,*.*.*.sqlite

ronw
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to