# HG changeset patch # User Marco Barisione # Date 2006-05-22 14:47:40 # 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 --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -13,7 +13,6 @@ tests/annotated 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 @@ mercurial/__version__.py syntax: regexp ^\.pc/ +Output/Mercurial-[0-9.]*.exe