.hgignore
author Bryan O'Sullivan <bos@serpentine.com>
Wed, 14 Sep 2005 16:34:22 -0700
changeset 1253 a45e717c61a8
parent 981 4f81068ed8cd
child 1270 fc3b41570082
permissions -rw-r--r--
Add rename/mv command. This is the logical equivalent of copy and remove, and is in fact implemented as such. It doesn't use the remove command directly.

\.elc$
\.orig$
\.rej$
~$
\.so$
\.pyc$
\.swp$
\.prof$
^tests/.*\.err$
^build/
^dist/
^doc/.*\.[0-9](\.(x|ht)ml)?$
^MANIFEST$
^\.pc/
^patches/
^mercurial/__version__.py$