.hgignore
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 06 Aug 2012 16:56:17 +0200
changeset 422 cc8038e3bc23
parent 391 92adb5b34a04
child 495 53ad6062f7cc
permissions -rw-r--r--
hgignore: ignore the "common" tests/easy_run.sh file

syntax: re
/figures/[^/]+\.png$
^docs/build/
^docs/html/
^html/
\.pyc$
~$
\.swp$
\.orig$
\.rej$
\.err$
^tests/easy_run.sh$