view .hgignore @ 821:72d9bd4841f3

Ensure that dirstate.walk only yields names once. Its predecessor code used to do this, and now it does, too.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun, 31 Jul 2005 17:54:00 -0800
parents 0902ffece4b4
children d2bf8b9534b1 c2e77581bc84
line wrap: on
line source

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