From 6a02292c10f78c5bb6ae5b4809846b52cdaff5e2 Mon Sep 17 00:00:00 2001 From: Frits van Bommel Date: Thu, 19 Feb 2009 13:51:44 +0100 Subject: [PATCH] Clean up regexes in .hgignore, making it more strict. --- .hgignore | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.hgignore b/.hgignore index c5bdac16..4e63f82e 100644 --- a/.hgignore +++ b/.hgignore @@ -16,25 +16,25 @@ cmake_install.cmake .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/