.hgignore
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 30 Aug 2012 21:47:09 +0200
branchstable
changeset 539 9555231a66b2
parent 526 6194f7ee85dd
child 557 41688ca951e7
permissions -rw-r--r--
hgweb: disable branchtip filtering for hgweb hgweb make extensibe use of branchtip we should. - Our branchtip wrapping make the function expensive, killing performance. - We do not filter anything un hgweb yet.

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