.hgignore
author Faheem Mitha <faheem@faheem.info>
Sat, 11 Oct 2014 02:02:05 +0530
changeset 1124 25e8f9c43f8a
parent 557 41688ca951e7
child 1643 a7bad80b7700
child 1674 854421a48e0c
permissions -rw-r--r--
debian: remove clean target before implicit match rule This is redundant because it is a match-everything rule. Possibly a typo.

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