summaryrefslogtreecommitdiff
path: root/dh_elpa_test
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-01-10 11:17:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-01-10 11:17:49 -0700
commita06f0c917fdf8c604fc0e93a8b3620cbc0d6cd66 (patch)
tree13f44f936e016bf48936d633f46c3e3a210ffcd2 /dh_elpa_test
parente26a74596105f702ba7fcbe15bdf41f59b75555f (diff)
finish implementing ignoring ERT tests in .git
Diffstat (limited to 'dh_elpa_test')
-rwxr-xr-xdh_elpa_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_elpa_test b/dh_elpa_test
index c8ee10b..2c49904 100755
--- a/dh_elpa_test
+++ b/dh_elpa_test
@@ -303,7 +303,7 @@ if ($control->source->Build_Depends->has( "elpa-buttercup" )) {
my $rule = File::Find::Rule->new;
$rule
->or(File::Find::Rule
- ->name('.pc', 'debian')
+ ->name('.pc', 'debian', '.git')
->directory->prune->discard,
File::Find::Rule->new);
$rule