.hgignore
author Alan Coopersmith <Alan.Coopersmith@Sun.COM>
Thu, 11 Mar 2010 15:52:00 -0800
changeset 922 db66e53f0c94
parent 906 4c633d8c519b
child 935 f812f9863e75
permissions -rw-r--r--
6933880 Simplify building the same X workspace on sparc & x86

# Use perl/python regular expression syntax
syntax: regexp
# Skip build directories
/build-i386/
/build-amd64/
/build-sparc/
/build-sparcv9/
/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/