view .hgignore @ 262:4675d9c6c66b

.hgignore: add .rej/.err/.orig and emacs tmp files
author Patrick Mezard <patrick@mezard.eu>
date Tue, 12 Jun 2012 11:08:27 +0200
parents 1fc4299ca8e2
children 92adb5b34a04
line wrap: on
line source

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