Add .cache (Qt Creator) and gdbtrace.log (gdb)
Change-Id: I80ebe9270bcb895ea95d2fd679417dd4f2b22165 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151047 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
This commit is contained in:
parent
f43c365fdd
commit
8434b85543
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -151,6 +151,7 @@ LibreOffice.VC.VC.opendb
|
|||
*.pro.user
|
||||
*.pro.user.*
|
||||
.qtc_clangd
|
||||
.cache
|
||||
|
||||
# doxygen output
|
||||
/docs
|
||||
|
@ -158,9 +159,10 @@ LibreOffice.VC.VC.opendb
|
|||
# make dump-deps output
|
||||
/lo.png
|
||||
|
||||
# gdb config
|
||||
# gdb specific
|
||||
/.gdbinit
|
||||
/.gdb_history
|
||||
gdbtrace.log
|
||||
|
||||
# Codelite IDE specific
|
||||
*.project
|
||||
|
|
Loading…
Reference in a new issue