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 <sbergman@redhat.com>
This commit is contained in:
parent
d4ca360f66
commit
5e9196b4ee
1 changed files with 2 additions and 1 deletions
|
@ -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 {} \;
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue