# HG changeset patch # User Christian Kamm # Date 1226440639 -3600 # Node ID d7aae6f09754fb19353cedf7d1a101aedd792a69 # Parent fa306ca8843b5a814daed2364d9458413da71933 Fix up hgignore to not match to much. diff -r fa306ca8843b -r d7aae6f09754 .hgignore --- 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/.*