view .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 source

syntax: glob

*.elc
*.orig
*.rej
*~
*.so
*.pyc
*.swp
*.prof
tests/.coverage*
tests/annotated
tests/*.err
build
dist
doc/*.[0-9]
doc/*.[0-9].gendoc.txt
doc/*.[0-9].{x,ht}ml
MANIFEST
patches
mercurial/__version__.py

syntax: regexp
^\.pc/
Output/Mercurial-[0-9.]*.exe