linux sdist: try to exclude some more garbage files from release tarball

This commit is contained in:
SomberNight 2019-01-28 18:15:05 +01:00
parent dcd3d6c3d1
commit 4c6379a936
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -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