From c4a1aff42255ccac78c036d7f98a371039a0eede Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 22 Jan 2015 22:47:16 +0100 Subject: Maint: Make sure that there are no Vim swap files in the tarball --- maint/release.pm | 1 + 1 file changed, 1 insertion(+) 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' ], -- cgit v1.2.1