.hgignore
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Thu, 26 Dec 2013 14:42:22 -0800
changeset 756 64c6bdfd0518
parent 557 41688ca951e7
child 1643 a7bad80b7700
child 1674 854421a48e0c
permissions -rw-r--r--
evolve: use super for calling parent class method Otherwise we can bipass filtering (and break a lot of things)

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