diff options
author | joe <joe@FreeBSD.org> | 2001-09-20 02:13:45 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-09-20 02:13:45 +0800 |
commit | 78856874b88e999ca773a5234b96790b1d87b820 (patch) | |
tree | f6c639ae3e18ae118d1cb7c524c62bf7ef0ee92d /CVSROOT | |
parent | 35347a78b66f1fce57b8032710365a85c71f624d (diff) | |
download | freebsd-ports-gnome-78856874b88e999ca773a5234b96790b1d87b820.tar.gz freebsd-ports-gnome-78856874b88e999ca773a5234b96790b1d87b820.tar.zst freebsd-ports-gnome-78856874b88e999ca773a5234b96790b1d87b820.zip |
Enable $FreeBSD$ header checking in the doc tree except for png,
eps and scr (screenshot) files.
Reviewed by: -doc
Approved by: nik
Diffstat (limited to 'CVSROOT')
-rw-r--r-- | CVSROOT/exclude | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CVSROOT/exclude b/CVSROOT/exclude index c20dab7d0860..624da8640505 100644 --- a/CVSROOT/exclude +++ b/CVSROOT/exclude @@ -7,11 +7,14 @@ ^CVSROOT/ ^distrib/ -^doc/ ^src/etc/ ^src/release/ ^www/ +^doc/.*\.eps +^doc/.*\.png +^doc/.*\.scr + # Skip all ports files except for Makefiles. ^ports/.*(?<!\bMakefile)$ |