summaryrefslogtreecommitdiff
path: root/t/whitespace.t
diff options
context:
space:
mode:
Diffstat (limited to 't/whitespace.t')
-rwxr-xr-xt/whitespace.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/whitespace.t b/t/whitespace.t
index f3629ab..50b5ae6 100755
--- a/t/whitespace.t
+++ b/t/whitespace.t
@@ -6,7 +6,7 @@ our @files;
BEGIN {
chdir "$Bin/.." or die;
- my @exempted = qw(Makefile.am ChangeLog doc/Makefile.am);
+ my @exempted = qw(Makefile.am ChangeLog doc/Makefile.am README README.md);
push(@exempted, glob("doc/*.xml"));
push(@exempted, glob("doc/xml2rfc/*.xsl"));
push(@exempted, glob("m4/*backport*m4"));