From: David Bremner Date: Sun, 13 May 2018 16:17:18 +0000 (-0300) Subject: bindings: clean extra file created by ruby extension build system X-Git-Tag: 0.27_rc0~26 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=51f3a0786f49a22beca2cb1d9f77fa0d560f4bdb 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. --- 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