.hgignore
author Stephen Hahn <sch@sun.com>
Tue, 17 Jul 2007 12:50:06 -0700
changeset 59 eef94b0c0694
parent 50 bfcb1661f019
child 98 2ac7781efe22
permissions -rw-r--r--
require dependencies; dependency following; pkg status; timestamp change Makefile updates from Glynn add some simple packaging dependency tests, including a cycle remove XXX comments from docstrings where possible

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