.hgignore
author Alan Coopersmith <Alan.Coopersmith@Sun.COM>
Wed, 17 Feb 2010 14:57:13 -0800
changeset 906 4c633d8c519b
parent 841 abf1c0c872de
child 922 db66e53f0c94
permissions -rw-r--r--
6927451 X gate build scripts & Makefiles need adjustments for hg master gate

# Use perl/python regular expression syntax
syntax: regexp
# Skip build directories
/build_32/
/build_64/
/build_core/
/build_iso8859-\d*/
# Skip downloaded tarballs
open-src/tarballs
# Skip proto area and packages
proto-.*
# 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/