.hgignore
author mpm@selenic.com
Wed, 24 Aug 2005 00:36:12 -0700
changeset 1020 f1b052db3515
parent 981 4f81068ed8cd
child 1270 fc3b41570082
permissions -rw-r--r--
Add default make rule The default make rule builds the extensions "in-place" so that hg can be run out of the working directory.

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