changeset 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 fd3db1e6b7a3
children de62daaf2054
files .hgignore
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Wed Jun 06 16:13:44 2012 +0200
+++ b/.hgignore	Tue Jun 12 11:08:27 2012 +0200
@@ -3,4 +3,8 @@
 ^docs/build/
 ^docs/html/
 ^html/
-.pyc$
+\.pyc$
+~$
+\.orig$
+\.rej$
+\.err$