summaryrefslogtreecommitdiffstats
path: root/CVSROOT/exclude
blob: 9d4b044fdef9f4327aaa367ce4e109e3c3081127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Exclusions list for header checking.
# $FreeBSD$
#

# 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/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/sparc64/loader/help.sparc64
^src/sys/contrib/dev/acpica
^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
OpenPOWER on IntegriCloud