diff -r 40d6f625e549 -r 45f8b617339e .hgignore
--- a/.hgignore	Thu Jan 03 11:12:27 2008 +0100
+++ b/.hgignore	Thu Jan 03 11:13:29 2008 +0100
@@ -5,6 +5,9 @@
 *~
 *.o
 .#.*
+*.log
+*.lo
+*.tar.*
 Makefile.in
 aclocal.m4
 config.h.in
@@ -19,11 +22,13 @@
 lemon/libemon.la
 lemon/stamp-h2
 doc/Doxyfile
-lemon/.dirstamp
-lemon/.libs/*
+.dirstamp
+.libs/*
+.deps/*
 
 syntax: regexp
-html/.*
-autom4te.cache/.*
-build-aux/.*
-objs.*/.*
+^doc/html/.*
+^autom4te.cache/.*
+^build-aux/.*
+^objs.*/.*
+^test/[a-z_]*$
\ No newline at end of file