.hgignore
author Stephen Hahn <sch@sun.com>
Tue, 25 Sep 2007 12:00:43 -0700
changeset 114 e21e9aa690ad
parent 98 2ac7781efe22
child 166 170777185dcf
permissions -rw-r--r--
draft manual pages, index page cleanup

# Ignore compiled byte code, lint output, object files, shared objects,
# VIM swap files, and the entire proto area.
\.pyc
\.ln
\.o
\.so
\.sw.
^proto
^packages
# Specific build products
^src/pkg$
^src/pkgsend$
^src/pkg.depotd$
^webrev
^src/man/pkg.1$
^src/man/pkgsend.1$
^src/man/pkg.depotd.1m$
^src/pkgdefs/SUNWipkg/prototype$