diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-08-17 11:29:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-08-17 13:38:04 +0200 |
commit | cbafdc356133fffce2cc8a0562497ffd460e1c93 (patch) | |
tree | c4bedc4c270393cb88d2df3a6771420e233ee93d /.gitignore | |
parent | 3d0aca29e307af9f35e6c0e955c48ed9066e7fb8 (diff) |
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@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
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 |