summaryrefslogtreecommitdiffstats
path: root/CVSROOT/exclude
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-09-19 00:27:29 +0000
committerjoe <joe@FreeBSD.org>2001-09-19 00:27:29 +0000
commitfec22630fa7a854ec171787219766e0418011826 (patch)
treeec38a915872b586d7e4ee25985d8e6277a59ec93 /CVSROOT/exclude
parent2bc7f566f4b0e83b68ad792daa42b89ca7a5666b (diff)
downloadFreeBSD-ports-fec22630fa7a854ec171787219766e0418011826.zip
FreeBSD-ports-fec22630fa7a854ec171787219766e0418011826.tar.gz
Condense into one regular expression the pattern used to match dot
files.
Diffstat (limited to 'CVSROOT/exclude')
-rw-r--r--CVSROOT/exclude6
1 files changed, 4 insertions, 2 deletions
diff --git a/CVSROOT/exclude b/CVSROOT/exclude
index d1577a4..98d70c4 100644
--- a/CVSROOT/exclude
+++ b/CVSROOT/exclude
@@ -1,8 +1,10 @@
# Exclusions list for header checking.
# $FreeBSD$
#
-^\.
-/\.
+
+# Skip dot files.
+^(.*/)?\.
+
^src/contrib/.*/FREEBSD-Xlist
^src/contrib/nvi/catalog
^src/etc/motd
OpenPOWER on IntegriCloud