1.1 --- a/.hgignore Thu Dec 20 16:11:56 2007 +0000
1.2 +++ b/.hgignore Thu Dec 20 23:46:50 2007 +0000
1.3 @@ -5,6 +5,9 @@
1.4 *~
1.5 *.o
1.6 .#.*
1.7 +*.log
1.8 +*.lo
1.9 +*.tar.*
1.10 Makefile.in
1.11 aclocal.m4
1.12 config.h.in
1.13 @@ -19,11 +22,13 @@
1.14 lemon/libemon.la
1.15 lemon/stamp-h2
1.16 doc/Doxyfile
1.17 -lemon/.dirstamp
1.18 -lemon/.libs/*
1.19 +.dirstamp
1.20 +.libs/*
1.21 +.deps/*
1.22
1.23 syntax: regexp
1.24 -html/.*
1.25 -autom4te.cache/.*
1.26 -build-aux/.*
1.27 -objs.*/.*
1.28 +^doc/html/.*
1.29 +^autom4te.cache/.*
1.30 +^build-aux/.*
1.31 +^objs.*/.*
1.32 +^test/[a-z_]*$
1.33 \ No newline at end of file