also ignore zip files

This commit is contained in:
Stephan Kulow 2014-06-28 09:36:09 +02:00
parent 819082c949
commit 27d2db0d33

View File

@ -254,6 +254,7 @@ sub prepare_package($) {
unlink glob "*.changes"; # ignore changes unlink glob "*.changes"; # ignore changes
unlink glob "*.tar.*"; # we can't diff them anyway unlink glob "*.tar.*"; # we can't diff them anyway
unlink glob "*.zip";
# restore original spec file # restore original spec file
for my $spec (glob("*.beforeurlstrip")) { for my $spec (glob("*.beforeurlstrip")) {