exception_list revision 2474ff8f9fd89767d214e1e3ce54fef756b0cc8e
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
# Exception list for the findunref tool. Files in this list are by definition
# intentionally never used during a standard nightly build. Since very few
# files fall into this category (that will not match the existing filename
# globs), you should clear any additions to this file with the gatekeepers.
#
#
# Ignore text files.
#
*.txt
*/*[Rr][Ee][Aa][Dd][Mm][Ee]*
*/ChangeLog
*/READ_ME
*/TODO
*/COPYRIGHT
*/LICENSE
#
# Ignore oddly-named text files scattered about -- someday these should be
# suffixed with .txt so we don't have to list them.
#
#
# Ignore everything under trees that may be resynched from outside ON.
#
#
# Ignore any files built as part of the nightly program itself.
#
# ISUSED - let checkpaths know that the next entry is good.
./src/*.out
# ISUSED - let checkpaths know that the next entry is good.
./src/*.ref
#
# Ignore warlock-related goop; not used during a nightly.
#
*.wlc
*.wlcmd
*/wlcmd
*/warlock
#
# Ignore internal test directories and test programs.
#
*/tests
*/test
*_test.[ch]
./src/cmd/sendmail/libsm/t-*.c
#
# Ignore debugging code.
#
#
# Ignore internal packages, scripts, and tools that are intentionally not
# built or used during a nightly.
#
*/tools
#
# Ignore files that are only used by internal packages.
#
./src/cmd/sgs/*/*/*chk.msg
#
# Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only.
#
#
# Ignore Makefiles which are used by developers but not used by nightly
# itself. This is a questionable practice, since they tend to rot.
#
#
# Ignore files only used by lint. Eventually, linting in these areas should
# be tied into nightly, at which point these exceptions should be removed.
#
./src/cmd/sgs/*/*/lintsup.c
#
# Ignore sample source code.
#
#
# Ignore .xcl files that aren't used because the program is statically linked.
#
#
# Ignore sendmail files included for completeness' sake, but which won't
# be used until certain _FFR (for future release) #define's go live.
#
#
# Ignore libbsm files which won't be used until later.
#
#
# Ignore libdiskmgt.h. Used for building but not delivered.
#
#
# Ignore files originally supplied by ISC (Internet Software Consortium)
# as part of a BIND release.
#
#
# Ignore ufs unix version of the boot block, useful for testing.
#
#
# Ignore mont_mulf.c. It is used as a starting point for some hand optimized
# assembly files. We keep it around for future reference.
#
#
# Ignore the sparc Makefiles for sata, si3124 and marvell88sx. These are used
# for warlock purpose only.
#