76 lines
1.8 KiB
Text
76 lines
1.8 KiB
Text
|
# Exclusions list for header checking.
|
||
|
# $Id$
|
||
|
# $FreeBSD: exclude,v 1.105 2003/11/07 04:27:59 kan Exp $
|
||
|
#
|
||
|
|
||
|
# Skip dot files.
|
||
|
^(.*/)?\.
|
||
|
|
||
|
# A number of files in CVSROOT don't need to be checked.
|
||
|
^CVSROOT/cvsignore
|
||
|
^CVSROOT/options
|
||
|
^CVSROOT/rcstemplate
|
||
|
|
||
|
^distrib/
|
||
|
^www/
|
||
|
|
||
|
^doc/.*\.eps
|
||
|
^doc/.*\.png
|
||
|
^doc/.*\.scr
|
||
|
|
||
|
# Skip all ports files except for Makefiles.
|
||
|
^ports/.*(?<!/Makefile)$
|
||
|
|
||
|
^src/contrib/gdb/gdb/version.in
|
||
|
^src/contrib/groff/tmac/
|
||
|
^src/contrib/nvi/catalog
|
||
|
^src/etc/minfree
|
||
|
^src/etc/motd
|
||
|
^src/lib/libc_r/test/.*\.exp
|
||
|
^src/lib/libz/.*(?<!/Makefile)$
|
||
|
^src/release/sysinstall/help/.*\.hlp
|
||
|
^src/share/examples/cvsup/refuse
|
||
|
^src/share/examples/etc/bsd-style-copyright
|
||
|
^src/share/info/dir-tmpl
|
||
|
^src/share/man/man0
|
||
|
^src/sys/boot/common/help.common
|
||
|
^src/sys/boot/i386/loader/help.i386
|
||
|
^src/sys/boot/pc98/loader/help.pc98
|
||
|
^src/sys/boot/sparc64/loader/help.sparc64
|
||
|
^src/sys/contrib/dev/acpica
|
||
|
^src/sys/contrib/dev/ath
|
||
|
^src/sys/contrib/ia64/libuwx/
|
||
|
^src/tools/.*\.gif
|
||
|
^src/tools/.*\.png
|
||
|
^src/tools/regression/.*\.(in|out)
|
||
|
^src/usr.bin/doscmd/fonts.dir
|
||
|
^src/usr.bin/more/more.help
|
||
|
^src/usr.bin/mail/misc/mail.help
|
||
|
^src/usr.bin/mail/misc/mail.tildehelp
|
||
|
^src/usr.sbin/sysinstall/help/.*\.hlp
|
||
|
^src/.*\.ps
|
||
|
|
||
|
# src/share/zoneinfo is an externally-maintained database
|
||
|
# (would have been in src/contrib had the latter existed sooner).
|
||
|
# We don't normally keep local modifications to it, but it's no
|
||
|
# longer on the vendor branch for historical reasons.
|
||
|
# Exclude it so that we can use the vendor files verbatim.
|
||
|
^src/share/zoneinfo/[Ta-z]
|
||
|
|
||
|
# Treat the TrustedBSD Web site just as the FreeBSD Web site.
|
||
|
^projects/trustedbsd/www/
|
||
|
|
||
|
# Skip the CVSweb icon files
|
||
|
^projects/cvsweb/icons/
|
||
|
|
||
|
# Dictionaries should have no extra noise in them
|
||
|
^src/share/dict/*
|
||
|
|
||
|
# OpenSSL Generated manpages
|
||
|
^src/secure/lib/libcrypto/man
|
||
|
^src/secure/lib/libssl/man
|
||
|
^src/secure/usr.bin/openssl/man
|
||
|
|
||
|
# OpenSSH sources
|
||
|
^src/crypto/openssh
|