.hgignore
author Jon Tibble <meths@btinternet.com>
Wed, 21 Dec 2011 11:18:45 +0000
branchoi_151a
changeset 1437 1360cccd3c03
parent 842 e8046b4f26e8
child 976 5430f542fce5
permissions -rw-r--r--
Added tag oi_151a_release for changeset 8c642698bcb5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
842
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
     1
#
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
     2
# CDDL HEADER START
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
     3
#
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
     4
# The contents of this file are subject to the terms of the
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
     5
# Common Development and Distribution License (the "License").
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
     6
# You may not use this file except in compliance with the License.
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
     7
#
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    10
# See the License for the specific language governing permissions
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    11
# and limitations under the License.
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    12
#
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    18
#
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    19
# CDDL HEADER END
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    20
#
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    21
# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    22
#
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    23
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    24
8
c3b1d01b71db 220 slim_source build could be much faster
"Dave Miner <dave.miner@sun.com>"
parents:
diff changeset
    25
# Ignore compiled byte code, lint output, object files, shared objects,
531
e526f752d6d0 6440 Build 106 installer fails to start in 512 MB environment
David Miner <dminer@opensolaris.org>
parents: 224
diff changeset
    26
# VIM swap files, the entire proto area, packages, webrevs, nightly logs,
e526f752d6d0 6440 Build 106 installer fails to start in 512 MB environment
David Miner <dminer@opensolaris.org>
parents: 224
diff changeset
    27
# generated packaging files, and static libraries
842
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    28
\.pyc$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    29
\.ln$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    30
\.o$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    31
\.out$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    32
\.po$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    33
\.so$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    34
\.so\.\d$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    35
\.sw\.
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    36
\.make\.state$
8
c3b1d01b71db 220 slim_source build could be much faster
"Dave Miner <dave.miner@sun.com>"
parents:
diff changeset
    37
^proto
c3b1d01b71db 220 slim_source build could be much faster
"Dave Miner <dave.miner@sun.com>"
parents:
diff changeset
    38
^packages
c3b1d01b71db 220 slim_source build could be much faster
"Dave Miner <dave.miner@sun.com>"
parents:
diff changeset
    39
^webrev
224
a84d79c3ca2a 3165 Add SUNWstosreg to slim_source
Dave Miner <dminer@opensolaris.org>
parents: 8
diff changeset
    40
^log
827
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents: 531
diff changeset
    41
^usr/src/pkg/packages\..*
842
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    42
pkgdefs.*/copyright$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    43
pkgdefs.*/pkginfo$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    44
^usr/src/lib/.*\.a$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    45
^usr/src/\.build\.tstamp$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    46
^usr/src/\.coverage$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    47
^usr/src/\.noseids$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    48
^usr/src/ELF-data
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    49
^usr/src/cmd/ai-webserver/AI\.db$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    50
^usr/src/cmd/ai-webserver/delete-manifest$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    51
^usr/src/cmd/ai-webserver/publish-manifest$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    52
^usr/src/cmd/ai-webserver/webserver$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    53
^usr/src/cmd/auto-install/ai_get_manifest$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    54
^usr/src/cmd/auto-install/ai_sd$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    55
^usr/src/cmd/auto-install.*auto-install$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    56
^usr/src/cmd/beadm/beadm$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    57
^usr/src/cmd/distro_const/distro_const$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    58
^usr/src/cmd/gui-install/src/gui-install$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    59
^usr/src/cmd/install-tools/ManifestRead$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    60
^usr/src/cmd/install-tools/ManifestServ$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    61
^usr/src/cmd/installadm/check-server-setup$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    62
^usr/src/cmd/installadm.*installadm$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    63
^usr/src/cmd/installadm/installadm-common$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    64
^usr/src/cmd/installadm/list$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    65
^usr/src/cmd/installadm/setup-dhcp$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    66
^usr/src/cmd/installadm/setup-image$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    67
^usr/src/cmd/installadm/setup-service$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    68
^usr/src/cmd/installadm/setup-sparc$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    69
^usr/src/cmd/installadm/setup-tftp-links$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    70
^usr/src/cmd/slim-install/finish/install-finishc$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    71
^usr/src/cmd/slim-install/user/jack/\.os-icons-installed$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    72
^usr/src/cmd/slim-install/listcd/listcd$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    73
^usr/src/cmd/slim-install/listusb/listusb$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    74
^usr/src/cmd/text-install/osol_install/text_install/text-install$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    75
^usr/src/cmd/text-install/svc/text-mode-menu$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    76
^usr/src/developer\.sh$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    77
^usr/src/lib/libbe/tbeadm/tbeadm$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    78
^usr/src/lib/liberrsvc_pymod/liberrsvc\.py$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    79
^usr/src/lib/liberrsvc_pymod/liberrsvc_wrap\.c$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    80
^usr/src/lib/libict/ict_test$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    81
^usr/src/lib/libtd/tdmgtst$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    82
^usr/src/lib/libtd/tdmgtst_static$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    83
^usr/src/lib/libtd/test_td$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    84
^usr/src/lib/libtd/test_td_static$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    85
^usr/src/lib/libti/test_ti$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    86
^usr/src/lib/libti/test_ti_static$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    87
^usr/src/nightly$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    88
^usr/src/noise-
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    89
^usr/src/pkgdefs/awk_pkginfo$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    90
^usr/src/pkgdefs/bld_awk_pkginfo$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    91
^usr/src/tools/mkmsgs/adm_mkmsgs$
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    92
^usr/src/tools/tests/target
e8046b4f26e8 16105 slim_source gate could use infrastructure for running unit tests
Keith Mitchell <keith.mitchell@oracle.com>
parents: 827
diff changeset
    93
^usr/src/tools/xgetsh/xgetsh$