.hgignore
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 29 Jul 2005 15:11:05 +0100
changeset 798 c28f9feb7c2e
parent 794 cdf61d3d3904
child 808 8f5637f0a0c0
permissions -rw-r--r--
Make tests work on Solaris: - replacement for mktemp - fall back if shell arithmetic doesn't work - replacement for 'set -x' (which results look different with some shells) - "FOO=bar; export FOO" instead of "export FOO=bar" - don't use 'if ! ...'

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