From: David Bremner Date: Sun, 10 Sep 2023 23:13:13 +0000 (-0300) Subject: bindings/python-cffi: clean up notmuch2.egg-info X-Git-Tag: archive/debian/0.38-1^0 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=60b5ea319a45900b1e610715481faaa339ea3a4c bindings/python-cffi: clean up notmuch2.egg-info This is created (at least) by the Debian build, but there seems no harm in cleaning it for everyone. --- diff --git a/bindings/Makefile.local b/bindings/Makefile.local index c82a91c6..9875123a 100644 --- a/bindings/Makefile.local +++ b/bindings/Makefile.local @@ -36,5 +36,5 @@ CLEAN += bindings/ruby/.vendorarchdir.time $(dir)/ruby.stamp CLEAN += bindings/python-cffi/build $(dir)/python-cffi.stamp CLEAN += bindings/python-cffi/__pycache__ -DISTCLEAN += bindings/python-cffi/_notmuch_config.py - +DISTCLEAN += bindings/python-cffi/_notmuch_config.py \ + bindings/python-cffi/notmuch2.egg-info