From 5e9196b4ee73d0bca27dfd24cb276cbebad0d30c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 16 Dec 2020 11:30:33 +0100 Subject: [PATCH] Add generated vs-code-template.code-workspace to distclean Change-Id: I4e8cc80db2f2c4f90e732f163e33c3324ca25a7b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107825 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 7867b26c3f77..f56845c16a82 100644 --- a/Makefile.in +++ b/Makefile.in @@ -219,7 +219,8 @@ distclean : clean compilerplugins-clean $(BUILDDIR)/configure \ $(BUILDDIR)/hardened_runtime.xcent \ $(BUILDDIR)/instsetoo_native/util/openoffice.lst \ - $(BUILDDIR)/sysui/desktop/macosx/Info.plist + $(BUILDDIR)/sysui/desktop/macosx/Info.plist \ + $(BUILDDIR)/vs-code-template.code-workspace $(if $(filter WNT,$(OS)),env -i PATH="$$PATH") $(FIND) $(SRCDIR)/solenv/gdb -name \*.pyc -exec rm {} \; #