summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2015-01-22 22:47:16 +0100
committerMartin Mares <mj@ucw.cz>2015-01-22 22:47:16 +0100
commitc4a1aff42255ccac78c036d7f98a371039a0eede (patch)
tree1b6c1b0772b3605512e83b6434dd722953c819e1
parent7220de95783ce262abc805779c76f727f86ae0e0 (diff)
downloadpciutils-c4a1aff42255ccac78c036d7f98a371039a0eede.tar.gz
Maint: Make sure that there are no Vim swap files in the tarball
-rw-r--r--maint/release.pm1
1 files changed, 1 insertions, 0 deletions
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'
],