1cdf0c1d5Smjnelson# 2cdf0c1d5Smjnelson# CDDL HEADER START 3cdf0c1d5Smjnelson# 4cdf0c1d5Smjnelson# The contents of this file are subject to the terms of the 5cdf0c1d5Smjnelson# Common Development and Distribution License (the "License"). 6cdf0c1d5Smjnelson# You may not use this file except in compliance with the License. 7cdf0c1d5Smjnelson# 8cdf0c1d5Smjnelson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9cdf0c1d5Smjnelson# or http://www.opensolaris.org/os/licensing. 10cdf0c1d5Smjnelson# See the License for the specific language governing permissions 11cdf0c1d5Smjnelson# and limitations under the License. 12cdf0c1d5Smjnelson# 13cdf0c1d5Smjnelson# When distributing Covered Code, include this CDDL HEADER in each 14cdf0c1d5Smjnelson# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15cdf0c1d5Smjnelson# If applicable, add the following below this CDDL HEADER, with the 16cdf0c1d5Smjnelson# fields enclosed by brackets "[]" replaced with your own identifying 17cdf0c1d5Smjnelson# information: Portions Copyright [yyyy] [name of copyright owner] 18cdf0c1d5Smjnelson# 19cdf0c1d5Smjnelson# CDDL HEADER END 20cdf0c1d5Smjnelson# 21cdf0c1d5Smjnelson 22cdf0c1d5Smjnelson# 23*5084e753SMark J. Nelson# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 24cdf0c1d5Smjnelson# 25cdf0c1d5Smjnelson 26cdf0c1d5Smjnelson# 27cdf0c1d5Smjnelson# common exception list 28cdf0c1d5Smjnelson# 29cdf0c1d5Smjnelson# See README.exception_lists for details 30cdf0c1d5Smjnelson# 31cdf0c1d5Smjnelson 32cdf0c1d5Smjnelson# 33cdf0c1d5Smjnelson# Ignore text files. 34cdf0c1d5Smjnelson# 35cdf0c1d5Smjnelson*.[1-9] 36cdf0c1d5Smjnelson*.memo 37cdf0c1d5Smjnelson*.mm 38cdf0c1d5Smjnelson*.txt 39cdf0c1d5Smjnelson*/*[Rr][Ee][Aa][Dd][Mm][Ee]* 40cdf0c1d5Smjnelson*/BUGS 41cdf0c1d5Smjnelson*/COMPATIBILITY 42cdf0c1d5Smjnelson*/COPYRIGHT 43cdf0c1d5Smjnelson*/CREDITS 44cdf0c1d5Smjnelson*/ChangeLog 45cdf0c1d5Smjnelson*/DESIGN 46cdf0c1d5Smjnelson*/HISTORY 47cdf0c1d5Smjnelson*/NOTES 48cdf0c1d5Smjnelson*/OBSOLETE 49cdf0c1d5Smjnelson*/READ_ME 50cdf0c1d5Smjnelson*/RELEASE* 51cdf0c1d5Smjnelson*/TODO 52cdf0c1d5Smjnelson 53cdf0c1d5Smjnelson# 54cdf0c1d5Smjnelson# Ignore warlock-related goop; not used during a nightly. 55cdf0c1d5Smjnelson# 56cdf0c1d5Smjnelson*.wlc 57cdf0c1d5Smjnelson*.wlcmd 58cdf0c1d5Smjnelson*/wlcmd 59cdf0c1d5Smjnelson*/warlock 60cdf0c1d5Smjnelson 61cdf0c1d5Smjnelson# 62cdf0c1d5Smjnelson# Ignore internal test directories and test programs. 63cdf0c1d5Smjnelson# 64cdf0c1d5Smjnelson*/tests 65cdf0c1d5Smjnelson*/test 66cdf0c1d5Smjnelson*Test.java 67cdf0c1d5Smjnelson*_test.[ch] 68cdf0c1d5Smjnelson 69cdf0c1d5Smjnelson# 70cdf0c1d5Smjnelson# Ignore internal packages, scripts, and tools that are intentionally not 71cdf0c1d5Smjnelson# built or used during a nightly. 72cdf0c1d5Smjnelson# 73cdf0c1d5Smjnelson*/tools 74cdf0c1d5Smjnelson 75cdf0c1d5Smjnelson# 76cdf0c1d5Smjnelson# Ignore file list generators 77cdf0c1d5Smjnelson# 78cdf0c1d5Smjnelson*.flg 79