.hgignore
author kctran@xserver.sfbay.sun.com
Mon, 24 May 2010 14:26:42 -0700
changeset 954 abbc10cb0c1b
parent 935 f812f9863e75
child 970 272328fe1b4a
permissions -rw-r--r--
Added tag nv_141 for changeset d3b9d95040c9

# 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/