# HG changeset patch # User jlaskey # Date 1356180598 14400 # Node ID 8291daeefda491a4b389fbb55a72359db25e855f # Parent e63b638191339d2f9c4126e2f628fc93775abd9d 8005440: Improve .hgignore filtering for Nashorn repo Reviewed-by: sundar Contributed-by: james.laskey@oracle.com diff -r e63b63819133 -r 8291daeefda4 nashorn/.hgignore --- a/nashorn/.hgignore Fri Dec 21 16:36:24 2012 -0400 +++ b/nashorn/.hgignore Sat Dec 22 08:49:58 2012 -0400 @@ -1,25 +1,25 @@ syntax: glob -^build/ -^dist/ ^.hgtip +build/* +dist/* /nbproject/private/ +private.xml +private.properties ^webrev/ webrev.zip *.class +*.clazz *.log *.orig +genfiles.properties hotspot.log -private.properties -genfiles.properties -private.xml .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