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#
23199767f8SToomas Soome# Copyright 2016 Toomas Soome <tsoome@me.com>
24cd3e9333SAli Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
25bfed486aSAli Bahrami#
26bfed486aSAli Bahrami
27d24e1a1dSAli Bahrami# By default, mapfilechk operates on any file in the workspace
28d24e1a1dSAli Bahrami# in which the final path segment:
29d24e1a1dSAli Bahrami#	- Contains the word 'mapfile'
30d24e1a1dSAli Bahrami#	- Begins with 'map.'
31d24e1a1dSAli Bahrami#	- Ends with '.map'
32d24e1a1dSAli Bahrami# as long as it does not have a .c or .h suffix.
33d24e1a1dSAli Bahrami#
34d24e1a1dSAli Bahrami# This file provides an exception mechanism for specifying files
35d24e1a1dSAli Bahrami# that match this pattern that should be skipped.
36bfed486aSAli Bahrami#
37bfed486aSAli Bahrami
38bfed486aSAli Bahramiexception_lists/mapfilechk
39*8222814eSRichard Loweusr/src/boot/
40*8222814eSRichard Loweusr/src/cmd/lp/filter/postscript/font/devpost/charlib/
41bfed486aSAli Bahramiusr/src/cmd/mdb/common/kmdb/mapfile_skel
42*8222814eSRichard Loweusr/src/cmd/mklocale/
43*8222814eSRichard Loweusr/src/cmd/perl/
44d24e1a1dSAli Bahramiusr/src/cmd/sgs/libconv/common/map.msg
45*8222814eSRichard Loweusr/src/cmd/troff/troff.d/tmac.d/
467e3dbbacSRobert Mustacchiusr/src/data/perfmon/mapfile.csv
47bfed486aSAli Bahramiusr/src/lib/README.mapfiles
48d24e1a1dSAli Bahramiusr/src/lib/fm/topo/maps/Makefile.map
49*8222814eSRichard Loweusr/src/test/elf-tests/
50*8222814eSRichard Loweusr/src/tools/onbld/Checks/Mapfile
51*8222814eSRichard Loweusr/src/tools/scripts/
523e3ca1ceSRobert Mustacchiusr/src/uts/Makefile.mapfile
53*8222814eSRichard Loweusr/src/uts/common/mapfiles/dtrace.mapfile.awk
54