.hgignore
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Fri, 02 Jul 2010 21:03:57 -0700
changeset 970 272328fe1b4a
parent 935 f812f9863e75
child 1003 a4d17d6bc179
permissions -rw-r--r--
6941932 X should be able to build IPS packages natively 6964006 X package boundaries are all wrong 6966504 lndir [PSARC/2010/219] Portions contributed by Richard Lowe <[email protected]>

# 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 checksum verification files for downloaded tarballs
/\.checksum_done\.
# 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/