]> mj.ucw.cz Git - pciutils.git/blobdiff - maint/release.pm
Maint: Make sure that there are no Vim swap files in the tarball
[pciutils.git] / maint / release.pm
index 85a074e6be35f0d3ecced472329f6b89a69f3127..b4178faabe9b58890772d94316164b9ebb169b5b 100644 (file)
@@ -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'
                        ],