.hgignore on Windows not working

Peter Arrenbrecht peter.arrenbrecht at gmail.com
Tue Apr 1 15:15:55 UTC 2008


http://www.selenic.com/mercurial/bts/issue1069

J.W., if you want to keep track of this issue, you will have to
register with the bts and add yourself to the nosy list.

-peo

On Tue, Apr 1, 2008 at 5:05 PM, Peter Arrenbrecht
<peter.arrenbrecht at gmail.com> wrote:
> 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