.gitignore |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 8434b855434e17db99ebcd9c8c29f989677b3571
Author:     Hossein <hoss...@libreoffice.org>
AuthorDate: Wed Apr 26 11:33:38 2023 +0200
Commit:     Hossein <hoss...@libreoffice.org>
CommitDate: Fri Apr 28 21:54:20 2023 +0200

    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 <hoss...@libreoffice.org>

diff --git a/.gitignore b/.gitignore
index 70f3f95819d5..2655822709cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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

Reply via email to