diff options
author | joe <joe@FreeBSD.org> | 2001-09-19 01:55:54 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-09-19 01:55:54 +0000 |
commit | 616811866f9e3cd2a15039c615932c93546b6d6c (patch) | |
tree | 80356c5962c8fc6c31e0c300a7ca76928533eee3 /CVSROOT/exclude | |
parent | 2027bcef2084f5a077fd232510c4e05d85d02b43 (diff) | |
download | FreeBSD-ports-616811866f9e3cd2a15039c615932c93546b6d6c.zip FreeBSD-ports-616811866f9e3cd2a15039c615932c93546b6d6c.tar.gz |
Remove the hard coded hack that excludes all ports files except
'Makefile's from cvsheader checks and add it as a regular expression
in the exclude file instead.
Regular Expression by: tobez
Diffstat (limited to 'CVSROOT/exclude')
-rw-r--r-- | CVSROOT/exclude | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CVSROOT/exclude b/CVSROOT/exclude index 2d9f99a..c20dab7 100644 --- a/CVSROOT/exclude +++ b/CVSROOT/exclude @@ -12,6 +12,9 @@ ^src/release/ ^www/ +# Skip all ports files except for Makefiles. +^ports/.*(?<!\bMakefile)$ + ^src/contrib/.*/FREEBSD-Xlist ^src/contrib/nvi/catalog ^src/etc/motd |