.hgignore
author Patrick Mezard <patrick@mezard.eu>
Tue, 12 Jun 2012 11:08:27 +0200
changeset 262 4675d9c6c66b
parent 242 1fc4299ca8e2
child 391 92adb5b34a04
permissions -rw-r--r--
.hgignore: add .rej/.err/.orig and emacs tmp files

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