From dca6998949e68d97d67d0310260ebaad692ed240 Mon Sep 17 00:00:00 2001 From: James Laskey Date: Sat, 22 Dec 2012 08:49:58 -0400 Subject: [PATCH] 8005440: Improve .hgignore filtering for Nashorn repo Reviewed-by: sundar --- nashorn/.hgignore | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/nashorn/.hgignore b/nashorn/.hgignore index fe2082c8702..a152369132f 100644 --- a/nashorn/.hgignore +++ b/nashorn/.hgignore @@ -1,25 +1,25 @@ syntax: glob -^build/ -^dist/ ^.hgtip +build/* +dist/* /nbproject/private/ +private.xml +private.properties ^webrev/ webrev.zip *.class +*.clazz *.log *.orig -hotspot.log -private.properties genfiles.properties -private.xml +hotspot.log .DS_Store* TEST-*.xml TESTS-*.xml report.xml -CC/ -jcov2/ -buildtools/nasgen/nbproject/private/ -buildtools/nasgen/dist/ -buildtools/nasgen/build/ +CC/* +jcov2/* .idea/* +test/lib/testng.jar +test/script/external/* \ No newline at end of file