compilerplugins/.gitignore        |   17 +++++++++++++++++
 compilerplugins/Makefile-clang.mk |   11 ++++++++++-
 2 files changed, 27 insertions(+), 1 deletion(-)

New commits:
commit 343df4dfb7242599afc3187b9c674037b7d5c6af
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Sep 11 18:09:15 2019 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Sep 11 19:27:47 2019 +0200

    Adapt compilerplugins/.gitignore
    
    ...to ceb26770b3d1c5c2ffaf73f8f589c5e169e6db06 "split clangplugins 
sharedvisitor
    generator into two steps"
    
    Change-Id: Icee23ea3c130a7f157d6fec0489d0b9d8f03da20
    Reviewed-on: https://gerrit.libreoffice.org/78821
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/compilerplugins/.gitignore b/compilerplugins/.gitignore
index b672fdeaf35b..73146bcd4e8a 100644
--- a/compilerplugins/.gitignore
+++ b/compilerplugins/.gitignore
@@ -1 +1,18 @@
+/clang/clang-timestamp
+/clang/plugin.dll
+/clang/plugin.so
+/clang/sharedvisitor/*.plugininfo
+/clang/sharedvisitor/analyzer
+/clang/sharedvisitor/analyzer.d
+/clang/sharedvisitor/analyzer.exe
+/clang/sharedvisitor/analyzer.o
+/clang/sharedvisitor/clang.pch
+/clang/sharedvisitor/generator
+/clang/sharedvisitor/generator.d
+/clang/sharedvisitor/generator.exe
+/clang/sharedvisitor/generator.o
+/clang/sharedvisitor/sharedvisitor.cxx
+/clang/sharedvisitor/sharedvisitor.d
+/clang/sharedvisitor/sharedvisitor.o
+/clang/sources.txt
 obj
commit b057f4f8dbc1a3e392fee7b0b06de1847d3424c3
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Sep 11 17:45:21 2019 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Sep 11 19:27:35 2019 +0200

    Adapt compilerplugins.clean
    
    ...to ceb26770b3d1c5c2ffaf73f8f589c5e169e6db06 "split clangplugins 
sharedvisitor
    generator into two steps"
    
    Change-Id: If75495e9d57007bb30e69e74842bcf42457c9ee4
    Reviewed-on: https://gerrit.libreoffice.org/78820
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/compilerplugins/Makefile-clang.mk 
b/compilerplugins/Makefile-clang.mk
index c36bc6bd18cb..f2ed9212948d 100644
--- a/compilerplugins/Makefile-clang.mk
+++ b/compilerplugins/Makefile-clang.mk
@@ -141,7 +141,16 @@ $(CLANGOUTDIR)/sources.txt:
 compilerplugins-build: $(CLANGOUTDIR) $(CLANGOBJDIR) 
$(CLANGOUTDIR)/plugin$(CLANG_DL_EXT)
 
 compilerplugins-clean:
-       rm -rf $(CLANGOUTDIR)
+       rm -rf \
+        $(CLANGOBJDIR) \
+        $(CLANGOUTDIR)/clang-timestamp \
+        $(CLANGOUTDIR)/plugin$(CLANG_DL_EXT) \
+        $(CLANGOUTDIR)/sharedvisitor/*.plugininfo \
+        $(CLANGOUTDIR)/sharedvisitor/clang.pch \
+        $(CLANGOUTDIR)/sharedvisitor/sharedvisitor.{cxx,d,o} \
+        
$(CLANGOUTDIR)/sharedvisitor/{analyzer,generator}{$(CLANG_EXE_EXT),.d,.o} \
+        $(CLANGOUTDIR)/sources-new.txt \
+        $(CLANGOUTDIR)/sources.txt
 
 $(CLANGOUTDIR):
        mkdir -p $(CLANGOUTDIR)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to