[Lemon-commits] Alpar Juttner: (.hg)ignore more build-like dirs ...

Lemon HG hg at lemon.cs.elte.hu
Mon Jan 19 12:42:52 CET 2009


details:   http://lemon.cs.elte.hu/hg/lemon/rev/c46afb3f67a6
changeset: 495:c46afb3f67a6
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Mon Jan 19 11:42:15 2009 +0000
description:
	(.hg)ignore more build-like dirs (*objs* and *build*)

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
.hgignore |    4 ++--

diffs (17 lines):

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



More information about the Lemon-commits mailing list