From 60b5ea319a45900b1e610715481faaa339ea3a4c Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 10 Sep 2023 20:13:13 -0300 Subject: [PATCH] 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. --- bindings/Makefile.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0