diff options
| author | David Bremner <david@tethera.net> | 2023-09-10 20:13:13 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-09-12 08:07:37 -0300 |
| commit | b21747e0c3b7e2a779f5fad10cef4c8fcf233ae4 (patch) | |
| tree | c640d7c8cdbb00c143b38d34ef0b8001cc544ced /bindings | |
| parent | 14e05a3eeeb1ceabe7eb9389e161334bfebb48db (diff) | |
build: clean up __pycache__ directories
These are generated indirectly by certain uses of python in the build.
Diffstat (limited to 'bindings')
| -rw-r--r-- | bindings/Makefile.local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/Makefile.local b/bindings/Makefile.local index 25ba1920..c82a91c6 100644 --- a/bindings/Makefile.local +++ b/bindings/Makefile.local @@ -34,6 +34,7 @@ CLEAN += $(patsubst %,$(dir)/ruby/%, \ 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 |
