# HG changeset patch # User Alpar Juttner # Date 2009-01-19 12:42:15 # Node ID c46afb3f67a660bc039746a688210033927b1f5a # Parent fb5af0411793f29be076eb0ef6945d8b77ea3c1b (.hg)ignore more build-like dirs (*objs* and *build*) diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -39,11 +39,11 @@ ^doc/.*\.tag ^autom4te.cache/.* ^build-aux/.* -^objs.*/.* +^.*objs.*/.* ^test/[a-z_]*$ ^tools/[a-z-_]*$ ^demo/.*_demo$ -^build/.* +^.*build.*/.* ^doc/gen-images/.* CMakeFiles DartTestfile.txt