.hgignore
author Shawn Walker <swalker@opensolaris.org>
Tue, 03 Jun 2008 18:28:31 -0500
changeset 382 95304bd3b365
parent 378 cff3113e592c
child 387 397177e3bf8d
permissions -rw-r--r--
1854 rework depot to use higher-level framework 1154 pkg.depotd tracebacks when given bad options 1237 pkg.depotd -p 80 -p 90 should return usage, but second option is taken 1887 depot status page output is not valid HTML 1888 memleaks test overwrites PYTHONPATH 1956 depotd performance hampered by unnecessary getpwuid/getgrgid calls 1889 pkg.depotd(1M) man page specifies incorrect smf(5) property names 2021 depotd --rebuild doesn't work if specified before -d

# Ignore compiled byte code, lint output, object files, shared objects,
# VIM swap files, emacs backups and the entire proto area.
\.pyc
\.ln
\.o
\.so
\.sw.
\.make\.
~$
^proto
^packages
# Specific build products
^src/man/pkg.1$
^src/man/pkg.5$
^src/man/pkg.depotd.1m$
^src/man/pkgrecv.1$
^src/man/pkgsend.1$
^src/pkg$
^src/pkgrecv$
^src/pkg.depotd$
^src/pkgdefs/SUNWipkg/prototype$
^src/pkgdefs/SUNWpython-cherrypy/prototype$
^src/pkgdefs/SUNWpython-cherrypy/.*.tar.gz$
^src/pkgdefs/SUNWpython-cherrypy/CherryPy-.*$
^src/pkgsend$
^src/util/distro-import/SUNWfixes/
^src/util/distro-import/cluster.import$
^src/util/distro-import/ksh-wrapper$
^src/util/distro-import/proto/
^src/util/distro-import/redist_cluster$
^src/util/distro-import/slim_cluster$
^src/util/distro-import/86/entire.incorporation
^src/util/distro-import/89/entire.incorporation
^src/util/distro-import/90/entire.incorporation
^webrev