From: Martin Mares Date: Thu, 22 Jan 2015 21:47:16 +0000 (+0100) Subject: Maint: Make sure that there are no Vim swap files in the tarball X-Git-Tag: v3.3.1~4 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c4a1aff42255ccac78c036d7f98a371039a0eede;p=pciutils.git Maint: Make sure that there are no Vim swap files in the tarball --- diff --git a/maint/release.pm b/maint/release.pm index 85a074e..b4178fa 100644 --- a/maint/release.pm +++ b/maint/release.pm @@ -16,6 +16,7 @@ sub new($$) { "rules" => [ # p=preprocess, s=subst, -=discard '(^|/)(CVS|\.arch-ids|{arch}|\.git|tmp)/' => '-', + '\.sw[a-z]$' => '-', '\.(lsm|spec)$' => 'ps', '(^|/)README$' => 's' ],