8005440: Improve .hgignore filtering for Nashorn repo
authorjlaskey
Sat, 22 Dec 2012 08:49:58 -0400
changeset 16148 8291daeefda4
parent 16147 e63b63819133
child 16149 d9ef76e35f3d
8005440: Improve .hgignore filtering for Nashorn repo Reviewed-by: sundar Contributed-by: james.laskey@oracle.com
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