diff .hgignore @ 2385:5d895018ef42

The line used to ignore the setup file for win32 is a regexp but it was after a "syntax: glob"
author Marco Barisione <marco@barisione.org>
date Mon, 22 May 2006 16:47:40 +0200
parents dec7aa404dcf
children 280fde4b8701
line wrap: on
line diff
--- 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