xref: /titanic_41/exception_lists/mapfilechk (revision 6da5aa940d1e163c6f244b5523c22d545bfb954b)
1bfed486aSAli Bahrami#
2bfed486aSAli Bahrami# CDDL HEADER START
3bfed486aSAli Bahrami#
4bfed486aSAli Bahrami# The contents of this file are subject to the terms of the
5bfed486aSAli Bahrami# Common Development and Distribution License (the "License").
6bfed486aSAli Bahrami# You may not use this file except in compliance with the License.
7bfed486aSAli Bahrami#
8bfed486aSAli Bahrami# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9bfed486aSAli Bahrami# or http://www.opensolaris.org/os/licensing.
10bfed486aSAli Bahrami# See the License for the specific language governing permissions
11bfed486aSAli Bahrami# and limitations under the License.
12bfed486aSAli Bahrami#
13bfed486aSAli Bahrami# When distributing Covered Code, include this CDDL HEADER in each
14bfed486aSAli Bahrami# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15bfed486aSAli Bahrami# If applicable, add the following below this CDDL HEADER, with the
16bfed486aSAli Bahrami# fields enclosed by brackets "[]" replaced with your own identifying
17bfed486aSAli Bahrami# information: Portions Copyright [yyyy] [name of copyright owner]
18bfed486aSAli Bahrami#
19bfed486aSAli Bahrami# CDDL HEADER END
20bfed486aSAli Bahrami#
21bfed486aSAli Bahrami
22bfed486aSAli Bahrami#
23cd3e9333SAli Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
24bfed486aSAli Bahrami#
25bfed486aSAli Bahrami
26d24e1a1dSAli Bahrami# By default, mapfilechk operates on any file in the workspace
27d24e1a1dSAli Bahrami# in which the final path segment:
28d24e1a1dSAli Bahrami#	- Contains the word 'mapfile'
29d24e1a1dSAli Bahrami#	- Begins with 'map.'
30d24e1a1dSAli Bahrami#	- Ends with '.map'
31d24e1a1dSAli Bahrami# as long as it does not have a .c or .h suffix.
32d24e1a1dSAli Bahrami#
33d24e1a1dSAli Bahrami# This file provides an exception mechanism for specifying files
34d24e1a1dSAli Bahrami# that match this pattern that should be skipped.
35bfed486aSAli Bahrami#
36bfed486aSAli Bahrami
37bfed486aSAli Bahramisyntax: glob
38bfed486aSAli Bahramiexception_lists/mapfilechk
39d24e1a1dSAli Bahramiusr/src/cmd/lp/filter/postscript/font/devpost/charlib/*
40bfed486aSAli Bahramiusr/src/cmd/mdb/common/kmdb/mapfile_skel
41d24e1a1dSAli Bahramiusr/src/cmd/sgs/libconv/common/map.msg
42d24e1a1dSAli Bahramiusr/src/cmd/troff/troff.d/tmac.d/*
43bfed486aSAli Bahramiusr/src/lib/README.mapfiles
44d24e1a1dSAli Bahramiusr/src/lib/fm/topo/maps/Makefile.map
45d24e1a1dSAli Bahramiusr/src/cmd/perl/*
46*6da5aa94SGarrett D'Amoreusr/src/cmd/mklocale/*
47cd3e9333SAli Bahramiusr/src/tools/onbld/Checks/Mapfile*
48bfed486aSAli Bahramiusr/src/tools/scripts/*
49