diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/copyright.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/copyright.pl b/scripts/copyright.pl index 3a5b12af9..8ead378bd 100755 --- a/scripts/copyright.pl +++ b/scripts/copyright.pl @@ -79,6 +79,9 @@ my @skiplist=( # checksrc control files '\.checksrc$', + # an empty control file + "^zuul.d/playbooks/.zuul.ignore", + ); sub scanfile { |