.hgignore
author Bryan O'Sullivan <bos@serpentine.com>
Tue, 19 Jul 2005 07:15:59 -0800
changeset 726 809a870a0e73
parent 725 c6b912f8b5b2
child 737 8db4d406b3d3
permissions -rw-r--r--
Add a source designator to the walk methods. If the source is 'f' (the filesystem), the file definitely exists in the filesystem. If 'm' (a rev or dirstate manifest), the file may not still exist with the given name.

\.orig$
\.rej$
~$
\.so$
\.pyc$
\.swp$
^build/
^dist/
^doc/.*\.[0-9]$
^MANIFEST$
^.pc/
^patches/
^mercurial/__version__.py$