summaryrefslogtreecommitdiff
path: root/t/whitespace.t
diff options
context:
space:
mode:
Diffstat (limited to 't/whitespace.t')
-rwxr-xr-xt/whitespace.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/whitespace.t b/t/whitespace.t
index 50b5ae6..7d5d916 100755
--- a/t/whitespace.t
+++ b/t/whitespace.t
@@ -10,6 +10,7 @@ BEGIN {
push(@exempted, glob("doc/*.xml"));
push(@exempted, glob("doc/xml2rfc/*.xsl"));
push(@exempted, glob("m4/*backport*m4"));
+ push(@exempted, glob("*.orig"));
my %exempted_hash = map { $_ => 1 } @exempted;
my @stuff = split /\0/, `git ls-files -z -c -m -o --exclude-standard`;