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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 17 11:38:48 UTC 2020


 .gitignore                 |    3 ---
 compilerplugins/.gitignore |    3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit cbafdc356133fffce2cc8a0562497ffd460e1c93
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Aug 17 11:29:06 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Aug 17 13:38:04 2020 +0200

    Move compilerplugins-related .gitignore content to compilerplugins/.gitignore
    
    ...and expand it to precisely match the three .dwo files, like had already been
    done for the corresponding .o files.  (Those .dwo files are generated when
    -gsplit-dwarf is added to CLANGCXXFLAGS when manually overriding CLANGDEBUG=1.)
    
    Change-Id: Ib6f1c505c754d54201273f08f987a9451af75bc4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100855
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/.gitignore b/.gitignore
index ef83a7be420a..c37494bd71ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -179,6 +179,3 @@ LibreOffice.VC.VC.opendb
 
 # vim-ide-integration
 /compile_commands.json
-
-# clang-plugin generated temporary files
-compilerplugins/clang/sharedvisitor/*.dwo
diff --git a/compilerplugins/.gitignore b/compilerplugins/.gitignore
index a1c7d40d7bd8..01a4bb101803 100644
--- a/compilerplugins/.gitignore
+++ b/compilerplugins/.gitignore
@@ -6,16 +6,19 @@
 /clang/sharedvisitor/*.plugininfo
 /clang/sharedvisitor/analyzer
 /clang/sharedvisitor/analyzer.d
+/clang/sharedvisitor/analyzer.dwo
 /clang/sharedvisitor/analyzer.exe
 /clang/sharedvisitor/analyzer.o
 /clang/sharedvisitor/clang.pch
 /clang/sharedvisitor/clang.pch.d
 /clang/sharedvisitor/generator
 /clang/sharedvisitor/generator.d
+/clang/sharedvisitor/generator.dwo
 /clang/sharedvisitor/generator.exe
 /clang/sharedvisitor/generator.o
 /clang/sharedvisitor/sharedvisitor.cxx
 /clang/sharedvisitor/sharedvisitor.d
+/clang/sharedvisitor/sharedvisitor.dwo
 /clang/sharedvisitor/sharedvisitor.o
 /clang/sources-new.txt
 /clang/sources-shared-new.txt


More information about the Libreoffice-commits mailing list