.hgignore
author Bryan O'Sullivan <bos@serpentine.com>
Wed, 20 Jul 2005 03:37:01 -0800
changeset 735 3433b228bbb3
parent 725 c6b912f8b5b2
child 737 8db4d406b3d3
permissions -rw-r--r--
An empty .hgignore file must cause us to ignore nothing, not everything!

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