summaryrefslogtreecommitdiffstats
path: root/CVSROOT/exclude
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-09-19 01:55:54 +0000
committerjoe <joe@FreeBSD.org>2001-09-19 01:55:54 +0000
commit616811866f9e3cd2a15039c615932c93546b6d6c (patch)
tree80356c5962c8fc6c31e0c300a7ca76928533eee3 /CVSROOT/exclude
parent2027bcef2084f5a077fd232510c4e05d85d02b43 (diff)
downloadFreeBSD-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/exclude3
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
OpenPOWER on IntegriCloud