diff options
| author | David Bremner <david@tethera.net> | 2018-05-13 13:17:18 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-05-14 22:18:18 -0300 |
| commit | 51f3a0786f49a22beca2cb1d9f77fa0d560f4bdb (patch) | |
| tree | eef2d54b0360f07598002fb2712d164f7af07431 /bindings | |
| parent | 1883ab6650969500e5c7640ee105b386445b33e9 (diff) | |
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.
Diffstat (limited to 'bindings')
| -rw-r--r-- | bindings/Makefile.local | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
