# HG changeset patch # User Thomas Arendsen Hein # Date 1122644944 -3600 # Node ID cdf61d3d39047f57269f76e54c14e3d9125e69a0 # Parent 445970ccf57a2fd39b95397c5e94c7f08c1fbad7 Ignore test error files, protect dot in .pc/ diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -4,10 +4,11 @@ \.so$ \.pyc$ \.swp$ +^tests/.*\.err$ ^build/ ^dist/ ^doc/.*\.[0-9]$ ^MANIFEST$ -^.pc/ +^\.pc/ ^patches/ ^mercurial/__version__.py$