Add .hgignore
authorAlan Coopersmith <Alan.Coopersmith@Sun.COM>
Wed, 28 Oct 2009 16:48:10 -0700
changeset 820 0a8f611a3afe
parent 819 7daea0381785
child 821 ac493209c29b
Add .hgignore
.hgignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Wed Oct 28 16:48:10 2009 -0700
@@ -0,0 +1,17 @@
+# Use perl/python regular expression syntax
+syntax: regexp
+# Skip build directories
+/build_32/
+/build_64/
+# Skip downloaded tarballs
+open-src/tarballs/.*\.tar
+# Skip proto area and packages
+proto-.*
+# Skip build logs
+log/buildit-XW
+# 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