.hgignore on Windows not working
Peter Arrenbrecht
peter.arrenbrecht at gmail.com
Tue Apr 1 10:05:45 CDT 2008
I can reproduce this. On Ubuntu, the following works:
$ hg init bla
$ cd bla
$ echo "syntax: glob" >.hgignore
$ echo "*.suo" >>.hgignore
$ touch test.suo
$ hg stat
? .hgignore
On Windows, it shows "? test.suo" too. Filing a bug.
-peo
On Tue, Apr 1, 2008 at 3:07 PM, J.W. Zondag <jwzguid at gmail.com> wrote:
> Installed Mercurial 1.0 from http://mercurial.berkwood.com/
>
> I can't get .hgignore working
>
> Contents of .hgignore
> syntax: glob
> *.suo
>
> Output of 'hg status'
> ? .hgignore
> ? test.suo
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
>
More information about the Mercurial
mailing list