# HG changeset patch # User Marco Barisione # Date 1148309260 -7200 # Node ID 5d895018ef429e9f5832c70ef234256c920ea64d # Parent 068b32d0687384c4e82d486e2b0c22edc61dd440 The line used to ignore the setup file for win32 is a regexp but it was after a "syntax: glob" diff -r 068b32d06873 -r 5d895018ef42 .hgignore --- a/.hgignore Mon May 22 14:12:41 2006 +0200 +++ b/.hgignore Mon May 22 16:47:40 2006 +0200 @@ -13,7 +13,6 @@ tests/*.err build dist -Output/Mercurial-[0-9.]*.exe doc/*.[0-9] doc/*.[0-9].gendoc.txt doc/*.[0-9].{x,ht}ml @@ -23,3 +22,4 @@ syntax: regexp ^\.pc/ +Output/Mercurial-[0-9.]*.exe