.hgignore
changeset 906 4c633d8c519b
parent 841 abf1c0c872de
child 922 db66e53f0c94
--- a/.hgignore	Wed Feb 17 12:30:44 2010 -0800
+++ b/.hgignore	Wed Feb 17 14:57:13 2010 -0800
@@ -6,14 +6,19 @@
 /build_core/
 /build_iso8859-\d*/
 # Skip downloaded tarballs
-open-src/tarballs/.*\.tar
+open-src/tarballs
 # Skip proto area and packages
 proto-.*
-# Skip build logs
-log/buildit-XW
+# Skip build logs & reports from build cron jobs
+^log/
+^report/
 # Skip other files built during the build
 open-src/data/smf-rbac/x11-server.xml
 # Skip emacs/patch backup files
 .*\~$
 # Skip Solaris make state files
 /\.make\.state
+# Skip directories used by gate hooks
+^public/
+# Skip webrevs generated by hg webrev
+^webrev/