diff -r a1b1d672f37a -r 6ae00527c178 .hgignore
--- a/.hgignore	Thu Dec 20 16:11:56 2007 +0000
+++ b/.hgignore	Thu Dec 20 23:46:50 2007 +0000
@@ -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