changeset 762:d7aae6f09754

Fix up hgignore to not match to much.
author Christian Kamm <kamm incasoftware de>
date Tue, 11 Nov 2008 22:57:19 +0100
parents fa306ca8843b
children 9a9f403ab399
files .hgignore
diffstat 1 files changed, 18 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Wed Nov 12 02:30:28 2008 +0100
+++ b/.hgignore	Tue Nov 11 22:57:19 2008 +0100
@@ -1,27 +1,27 @@
 syntax: glob
-tests/dstress
-tests/reference
 *.bc
 *.o
 *.s
 *.a
 *.so
 *.orig
-obj/*
-tango
-import
 Makefile
-bin/ldc
-idgen
-idgen.make
-impcnvgen
-impcnvgen.make
-ldc.make
-dmd/impcnvtab.c
-tests/runminitest
-tests/findregressions
-tests/makewebstatistics
-tests/mini/obj/*
+.DS_Store
 
-# Mac OS X
-.DS_Store
+syntax: regexp
+^obj/.*
+^tests/dstress
+^tests/reference
+^tango
+^import
+^bin/ldc
+^idgen
+^idgen.make
+^impcnvgen
+^impcnvgen.make
+^ldc.make
+^dmd/impcnvtab.c
+^tests/runminitest
+^tests/findregressions
+^tests/makewebstatistics
+^tests/mini/obj/.*