diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d68dd20e1b58..c37494bd71ce 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ /bin/bffvalidator.sh /bin/odfvalidator.sh /bin/officeotron.sh +/hardened_runtime.xcent /Makefile /NEWS /TODO diff --git a/Makefile.in b/Makefile.in index 608a7db8a320..7107d7a2ec6c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -217,6 +217,7 @@ distclean : clean compilerplugins-clean $(BUILDDIR)/config_host_lang.mk.stamp \ $(BUILDDIR)/config_host/*.h \ $(BUILDDIR)/configure \ + $(BUILDDIR)/hardened_runtime.xcent \ $(BUILDDIR)/instsetoo_native/util/openoffice.lst \ $(BUILDDIR)/sysui/desktop/macosx/Info.plist $(if $(filter WNT,$(OS)),env -i PATH="$$PATH") $(FIND) $(SRCDIR)/solenv/gdb -name \*.pyc -exec rm {} \; |