# HG changeset patch # User Frits van Bommel # Date 1235047904 -3600 # Node ID bce024c60adced077e4ddd3db4f836693e98f91b # Parent 4c0df37d04212167fb949973c2833e885ffc062b Clean up regexes in .hgignore, making it more strict. diff -r 4c0df37d0421 -r bce024c60adc .hgignore --- a/.hgignore Thu Feb 19 13:50:05 2009 +0100 +++ b/.hgignore Thu Feb 19 13:51:44 2009 +0100 @@ -16,25 +16,25 @@ .DS_Store syntax: regexp -^obj/.* -^tests/dstress -^tests/reference -^tango -^druntime -^import -^bin/ldc -^bin/ldc2?\.conf -^idgen.make -^impcnvgen.make -^ldc.make -^revisions.pl -^dmd2?/idgen -^dmd2?/impcnvgen -^dmd2?/revisions.h -^dmd2?/impcnvtab.c -^dmd2?/id.c -^dmd2?/id.h -^tests/runminitest -^tests/findregressions -^tests/makewebstatistics -^tests/mini/obj/.* +^obj/ +^tests/dstress/ +^tests/reference/ +^tango/ +^druntime/ +^import/ +^bin/ldc2?$ +^bin/ldc2?\.conf$ +^idgen\.make$ +^impcnvgen\.make$ +^ldc\.make$ +^revisions\.pl$ +^dmd2?/idgen$ +^dmd2?/impcnvgen$ +^dmd2?/revisions\.h$ +^dmd2?/impcnvtab\.c$ +^dmd2?/id\.c$ +^dmd2?/id\.h$ +^tests/runminitest$ +^tests/findregressions$ +^tests/makewebstatistics$ +^tests/mini/obj/