From 51f3a0786f49a22beca2cb1d9f77fa0d560f4bdb Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 13 May 2018 13:17:18 -0300 Subject: [PATCH] bindings: clean extra file created by ruby extension build system Noticed by dkg; this file seems to be created by building the debian package, and perhaps by other distro package builds. --- bindings/Makefile.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/Makefile.local b/bindings/Makefile.local index 2ba2775c..18f95835 100644 --- a/bindings/Makefile.local +++ b/bindings/Makefile.local @@ -18,3 +18,5 @@ CLEAN += $(patsubst %,$(dir)/ruby/%, \ Makefile database.o directory.o filenames.o\ init.o message.o messages.o mkmf.log notmuch.so query.o \ status.o tags.o thread.o threads.o) + +CLEAN += bindings/ruby/.vendorarchdir.time -- 2.43.0