.hgignore
author mpm@selenic.com
Wed, 24 Aug 2005 00:32:10 -0700
changeset 1019 a9cca981c423
parent 981 4f81068ed8cd
child 1270 fc3b41570082
permissions -rw-r--r--
Create helper functions for I/O to files in the working directory This simplifies some code and gives us a single place to add I/O filters.

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