[Libreoffice-commits] core.git: compilerplugins/.gitignore compilerplugins/Makefile-clang.mk

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 8 09:30:50 UTC 2019


 compilerplugins/.gitignore        |    2 ++
 compilerplugins/Makefile-clang.mk |    2 ++
 2 files changed, 4 insertions(+)

New commits:
commit c18280e6b2b22936f00e1c88606eadc6dfd9e100
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Oct 8 08:19:19 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Oct 8 11:29:46 2019 +0200

    More generated files to take care of
    
    Change-Id: I4a150389e42959bb8e522dbf488eda24ac934f00
    Reviewed-on: https://gerrit.libreoffice.org/80422
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/compilerplugins/.gitignore b/compilerplugins/.gitignore
index d6a06791de79..0527f41e81f8 100644
--- a/compilerplugins/.gitignore
+++ b/compilerplugins/.gitignore
@@ -15,5 +15,7 @@
 /clang/sharedvisitor/sharedvisitor.d
 /clang/sharedvisitor/sharedvisitor.o
 /clang/sources-new.txt
+/clang/sources-shared-new.txt
+/clang/sources-shared.txt
 /clang/sources.txt
 obj
diff --git a/compilerplugins/Makefile-clang.mk b/compilerplugins/Makefile-clang.mk
index a132df918b50..0d599dcef59a 100644
--- a/compilerplugins/Makefile-clang.mk
+++ b/compilerplugins/Makefile-clang.mk
@@ -143,6 +143,8 @@ compilerplugins-clean:
         $(CLANGOUTDIR)/sharedvisitor/sharedvisitor.{cxx,d,o} \
         $(CLANGOUTDIR)/sharedvisitor/{analyzer,generator}{$(CLANG_EXE_EXT),.d,.o} \
         $(CLANGOUTDIR)/sources-new.txt \
+        $(CLANGOUTDIR)/sources-shared-new.txt \
+        $(CLANGOUTDIR)/sources-shared.txt \
         $(CLANGOUTDIR)/sources.txt
 
 $(CLANGOUTDIR):


More information about the Libreoffice-commits mailing list