From 4c6379a9365dfaeefe09ee2d52ee9332b9bf6129 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Mon, 28 Jan 2019 18:15:05 +0100 Subject: [PATCH] linux sdist: try to exclude some more garbage files from release tarball --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index d108ddbbe..7caf98b06 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -14,4 +14,6 @@ graft electrum prune electrum/tests global-exclude __pycache__ -global-exclude *.py[co] +global-exclude *.py[co~] +global-exclude *.py.orig +global-exclude *.py.rej