.hgignore
author Stephen Talley <stephen.talley@oracle.com>
Thu, 02 Dec 2010 12:54:35 -0500
changeset 610 937ec6c02acc
parent 593 ee0b383ed128
child 667 00b8c739a174
permissions -rw-r--r--
17511 move vp.sh, java.policy to usr/src/java/vpanels (update .hgignore)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     1
syntax: glob
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     2
*.class
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     3
*.o
461
c88c8113c01d 3840 sharemgr does not recognize new shares added via cli
David Powell <David.Powell@sun.com>
parents: 391
diff changeset
     4
*.ln
16
7f5aed6ac9e8 2832 Update .hgignore with *.orig glob
Stephen Talley <stephen.talley@sun.com>
parents: 11
diff changeset
     5
*.orig
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     6
*.jar
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     7
*.so.1
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     8
*.so
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     9
*.zip
391
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents: 378
diff changeset
    10
*.pyc
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    11
prototype_doc
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    12
vpanels.tgz
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    13
hs_err_pid*.log
126
51fa73e0dc4c 4130 Intial sysid panel
David Powell <David.Powell@sun.com>
parents: 16
diff changeset
    14
*/nbproject/private/private.xml
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    15
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    16
syntax: regexp
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    17
.*\.swp
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    18
.*/core$
391
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents: 378
diff changeset
    19
.*/\.make\.state$
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents: 378
diff changeset
    20
.*/api_.*.[ch]
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    21
build/.*
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    22
^proto.*
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    23
^packages.*
593
ee0b383ed128 17312 update .hgignore to account for recent bug fixes
Stephen Talley <stephen.talley@oracle.com>
parents: 573
diff changeset
    24
^usr/src/cmd/rad/mod/proto_rad/protocol_xdr.c$
ee0b383ed128 17312 update .hgignore to account for recent bug fixes
Stephen Talley <stephen.talley@oracle.com>
parents: 573
diff changeset
    25
^usr/src/cmd/rad/mod/proto_rad/protocol.h$
391
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents: 378
diff changeset
    26
^usr/src/cmd/rad/rad$
516
96029ce1545c 16312 generate, use numerical handles for server objects
David Powell <david.e.powell@oracle.com>
parents: 508
diff changeset
    27
^usr/src/cmd/radcli/radcli$
593
ee0b383ed128 17312 update .hgignore to account for recent bug fixes
Stephen Talley <stephen.talley@oracle.com>
parents: 573
diff changeset
    28
^usr/src/cmd/radconsole/radconsole$
534
ac38af60b488 16483 remove netcat dependency
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    29
^usr/src/cmd/radpipe/radpipe$
593
ee0b383ed128 17312 update .hgignore to account for recent bug fixes
Stephen Talley <stephen.talley@oracle.com>
parents: 573
diff changeset
    30
^usr/src/cmd/service-browser/service-browser$
128
6fefcf63060a 4177 add usr/src/cmd/setpass/setpass to .hgignore
Stephen Talley <stephen.talley@sun.com>
parents: 126
diff changeset
    31
^usr/src/cmd/setpass/setpass$
593
ee0b383ed128 17312 update .hgignore to account for recent bug fixes
Stephen Talley <stephen.talley@oracle.com>
parents: 573
diff changeset
    32
^usr/src/cmd/test/libadr/name$
524
614fa889e2cd 16378 zones module, test program not packaged
David Powell <david.e.powell@oracle.com>
parents: 516
diff changeset
    33
^usr/src/cmd/zmgr/zmgr$
593
ee0b383ed128 17312 update .hgignore to account for recent bug fixes
Stephen Talley <stephen.talley@oracle.com>
parents: 573
diff changeset
    34
^usr/src/doc/manpage/.*\.1m?$
ee0b383ed128 17312 update .hgignore to account for recent bug fixes
Stephen Talley <stephen.talley@oracle.com>
parents: 573
diff changeset
    35
^usr/src/doc/rad-dev/rad-devguide.html$
610
937ec6c02acc 17511 move vp.sh, java.policy to usr/src/java/vpanels (update .hgignore)
Stephen Talley <stephen.talley@oracle.com>
parents: 593
diff changeset
    36
^usr/src/java/vpanels/java.policy$
937ec6c02acc 17511 move vp.sh, java.policy to usr/src/java/vpanels (update .hgignore)
Stephen Talley <stephen.talley@oracle.com>
parents: 593
diff changeset
    37
^usr/src/java/vpanels/vp.sh$
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    38
^usr/src/lib.*_jni/.*\.h
516
96029ce1545c 16312 generate, use numerical handles for server objects
David Powell <david.e.powell@oracle.com>
parents: 508
diff changeset
    39
^usr/src/lib/.*/amd64/[^M].*$
96029ce1545c 16312 generate, use numerical handles for server objects
David Powell <david.e.powell@oracle.com>
parents: 508
diff changeset
    40
^usr/src/lib/.*/i386/[^M].*$
96029ce1545c 16312 generate, use numerical handles for server objects
David Powell <david.e.powell@oracle.com>
parents: 508
diff changeset
    41
^usr/src/lib/.*/sparcv7/[^M].*$
96029ce1545c 16312 generate, use numerical handles for server objects
David Powell <david.e.powell@oracle.com>
parents: 508
diff changeset
    42
^usr/src/lib/.*/sparcv9/[^M].*$
593
ee0b383ed128 17312 update .hgignore to account for recent bug fixes
Stephen Talley <stephen.talley@oracle.com>
parents: 573
diff changeset
    43
^usr/src/tags
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    44
^usr/src/tools/makestruct$
11
888dc709c53f 2636 Update .hgignore to ignore webrevs, ctags
Stephen Talley <stephen.talley@sun.com>
parents: 0
diff changeset
    45
^webrev/