.hgignore
author Alan Coopersmith <Alan.Coopersmith@Sun.COM>
Wed, 28 Oct 2009 16:48:10 -0700
changeset 820 0a8f611a3afe
child 841 abf1c0c872de
permissions -rw-r--r--
Add .hgignore

# 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