.hgignore
author Stephen Hahn <sch@sun.com>
Thu, 21 Jun 2007 23:43:12 -0700
changeset 50 bfcb1661f019
parent 31 8370ccbdde5b
child 59 eef94b0c0694
permissions -rw-r--r--
basic image and package plans various annotations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31
8370ccbdde5b improve ignore patterns for binary module builds
Stephen Hahn <sch@sun.com>
parents: 22
diff changeset
     1
# Ignore compiled byte code, lint output, object files, shared objects,
50
bfcb1661f019 basic image and package plans
Stephen Hahn <sch@sun.com>
parents: 31
diff changeset
     2
# VIM swap files, and the entire proto area.
22
379f0f6809ff pkgsend open, pkgsend add file, pkgsend close; Transaction object
"Stephen Hahn <sch@sun.com>"
parents:
diff changeset
     3
\.pyc
31
8370ccbdde5b improve ignore patterns for binary module builds
Stephen Hahn <sch@sun.com>
parents: 22
diff changeset
     4
\.ln
8370ccbdde5b improve ignore patterns for binary module builds
Stephen Hahn <sch@sun.com>
parents: 22
diff changeset
     5
\.o
8370ccbdde5b improve ignore patterns for binary module builds
Stephen Hahn <sch@sun.com>
parents: 22
diff changeset
     6
\.so
50
bfcb1661f019 basic image and package plans
Stephen Hahn <sch@sun.com>
parents: 31
diff changeset
     7
\.sw.
22
379f0f6809ff pkgsend open, pkgsend add file, pkgsend close; Transaction object
"Stephen Hahn <sch@sun.com>"
parents:
diff changeset
     8
^proto
379f0f6809ff pkgsend open, pkgsend add file, pkgsend close; Transaction object
"Stephen Hahn <sch@sun.com>"
parents:
diff changeset
     9
# Specific build products
379f0f6809ff pkgsend open, pkgsend add file, pkgsend close; Transaction object
"Stephen Hahn <sch@sun.com>"
parents:
diff changeset
    10
^src/pkg$
379f0f6809ff pkgsend open, pkgsend add file, pkgsend close; Transaction object
"Stephen Hahn <sch@sun.com>"
parents:
diff changeset
    11
^src/pkgsend$
379f0f6809ff pkgsend open, pkgsend add file, pkgsend close; Transaction object
"Stephen Hahn <sch@sun.com>"
parents:
diff changeset
    12
^src/pkg.depotd$