xref: /illumos-gate/usr/src/tools/findunref/README.exception_lists (revision 4c87aefe8930bd07275b8dd2e96ea5f24d93a52e)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26# ident	"%Z%%M%	%I%	%E% SMI"
27#
28
29Exception lists for the findunref tool
30
31Files in these lists are by definition intentionally never used during a
32standard nightly build.
33
34Most files in this category should be matched by the existing filename globs, so
35if you find yourself adding exceptions, please check with your advocate and/or
36the gatekeepers to be sure you're doing the right thing.
37
38The actual exception_list file used during a nightly build is generated during
39the build (see usr/src/tools/findunref/Makefile for details), based on various
40input files as follows:
41
42	Filename globs, applicable regardless of location in the source tree,
43	and regardless of SCM:
44
45		exception_list.common
46
47	Filename globs and specific files to ignore, based on the SCM in use:
48
49		exception_list.teamware
50		exception_list.mercurial
51
52	Specific files to ignore, divided by location in the source tree:
53
54		exception_list.open
55		exception_list.closed
56