8005440: Improve .hgignore filtering for Nashorn repo
Reviewed-by: sundar
Contributed-by: james.laskey@oracle.com
--- 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