changeset 1270 | fc3b41570082 |
parent 981 | 4f81068ed8cd |
child 1817 | e02fea13c69d |
--- a/.hgignore Sat Sep 17 00:23:58 2005 -0700 +++ b/.hgignore Sat Sep 17 00:27:27 2005 -0700 @@ -1,16 +1,21 @@ -\.elc$ -\.orig$ -\.rej$ -~$ -\.so$ -\.pyc$ -\.swp$ -\.prof$ -^tests/.*\.err$ -^build/ -^dist/ -^doc/.*\.[0-9](\.(x|ht)ml)?$ -^MANIFEST$ +syntax: glob + +*.elc +*.orig +*.rej +*~ +*.so +*.pyc +*.swp +*.prof +tests/*.err +build +dist +doc/*.[0-9] +doc/*.[0-9].{x,ht}ml +MANIFEST +patches +mercurial/__version__.py + +syntax: regexp ^\.pc/ -^patches/ -^mercurial/__version__.py$