.hgignore
author Stephen Talley <stephen.talley@oracle.com>
Mon, 27 Feb 2012 19:52:45 -0500
changeset 806 0ea21215f902
parent 760 5220578b3b77
child 809 8a6fba4105d7
permissions -rw-r--r--
Added tag s11u1_11 for changeset d3f7208b62c2
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
667
00b8c739a174 17940 need formal testing harness
David Powell <david.e.powell@oracle.com>
parents: 610
diff changeset
     4
*.a
00b8c739a174 17940 need formal testing harness
David Powell <david.e.powell@oracle.com>
parents: 610
diff changeset
     5
*.pdf
00b8c739a174 17940 need formal testing harness
David Powell <david.e.powell@oracle.com>
parents: 610
diff changeset
     6
*.fo
461
c88c8113c01d 3840 sharemgr does not recognize new shares added via cli
David Powell <David.Powell@sun.com>
parents: 391
diff changeset
     7
*.ln
16
7f5aed6ac9e8 2832 Update .hgignore with *.orig glob
Stephen Talley <stephen.talley@sun.com>
parents: 11
diff changeset
     8
*.orig
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     9
*.jar
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    10
*.so.1
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    11
*.so
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    12
*.zip
391
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents: 378
diff changeset
    13
*.pyc
717
7f7fc966a88f 18481 More rigorous module build
David Powell <david.e.powell@oracle.com>
parents: 714
diff changeset
    14
lint.out
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    15
prototype_doc
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    16
vpanels.tgz
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    17
hs_err_pid*.log
126
51fa73e0dc4c 4130 Intial sysid panel
David Powell <David.Powell@sun.com>
parents: 16
diff changeset
    18
*/nbproject/private/private.xml
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    19
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    20
syntax: regexp
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    21
.*\.swp
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    22
.*/core$
391
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents: 378
diff changeset
    23
.*/\.make\.state$
71abce159a62 13357 rad
David Powell <David.Powell@sun.com>
parents: 378
diff changeset
    24
.*/api_.*.[ch]
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    25
build/.*
688
2015ed20a728 18160 break rad out into a separate package
David Powell <david.e.powell@oracle.com>
parents: 675
diff changeset
    26
build_wos/.*
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    27
^proto.*
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    28
^packages.*
593
ee0b383ed128 17312 update .hgignore to account for recent bug fixes
Stephen Talley <stephen.talley@oracle.com>
parents: 573
diff changeset
    29
^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
    30
^usr/src/cmd/rad/mod/proto_rad/protocol.h$
714
5f40c4b913c9 18468 Move rad daemon into leaf directory
David Powell <david.e.powell@oracle.com>
parents: 688
diff changeset
    31
^usr/src/cmd/rad/daemon/rad$
516
96029ce1545c 16312 generate, use numerical handles for server objects
David Powell <david.e.powell@oracle.com>
parents: 508
diff changeset
    32
^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
    33
^usr/src/cmd/radconsole/radconsole$
534
ac38af60b488 16483 remove netcat dependency
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    34
^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
    35
^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
    36
^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
    37
^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
    38
^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
    39
^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
    40
^usr/src/doc/rad-dev/rad-devguide.html$
760
5220578b3b77 18775 Formal protocol documentation needed
David Powell <david.e.powell@oracle.com>
parents: 731
diff changeset
    41
^usr/src/doc/rad-dev/.*-proc.xml$
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
    42
^usr/src/java/vpanels/java.policy$
731
2a0812d9ed6d 18557 vp doesn't find localized messages for core vp jars
Stephen Talley <stephen.talley@oracle.com>
parents: 717
diff changeset
    43
^usr/src/java/vpanels/vp$
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    44
^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
    45
^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
    46
^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
    47
^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
    48
^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
    49
^usr/src/tags
675
39b46c15043c 18016 add usr/src/test/c/libadr/test_name to .hgignore
Stephen Talley <stephen.talley@oracle.com>
parents: 667
diff changeset
    50
^usr/src/test/c/libadr/test_name
667
00b8c739a174 17940 need formal testing harness
David Powell <david.e.powell@oracle.com>
parents: 610
diff changeset
    51
^usr/src/test/results
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    52
^usr/src/tools/makestruct$
11
888dc709c53f 2636 Update .hgignore to ignore webrevs, ctags
Stephen Talley <stephen.talley@sun.com>
parents: 0
diff changeset
    53
^webrev/