.hgignore
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 23 Nov 2017 00:29:52 +0100
branchstable
changeset 3203 34d5c97a3dee
parent 2080 b26a1f061ac8
child 3376 aad37ffd7d58
permissions -rw-r--r--
hgignore: fix .err matching patterns We don't want to ignore .err file outside of the 'tests/' directory.

syntax: re
/figures/[^/]+\.png$
^html/
\.pyc$
~$
\.swp$
\.orig$
\.rej$
^tests/.*\.err$
^tests/easy_run.sh$
^build/
^dist/
^MANIFEST$
^docs/tutorials/.*\.rst$
\.ico$
tests/\.testtimes