From fae4b56ec384fa17b04db4eda497ac94aa29d8d6 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Tue, 11 Nov 2008 22:57:19 +0100 Subject: [PATCH] Fix up hgignore to not match to much. --- .hgignore | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.hgignore b/.hgignore index 19a92247..609189d2 100644 --- a/.hgignore +++ b/.hgignore @@ -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/* - -# 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/.*