diff options
author | Hossein <hossein@libreoffice.org> | 2023-04-26 11:33:38 +0200 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2023-04-28 21:54:20 +0200 |
commit | 8434b855434e17db99ebcd9c8c29f989677b3571 (patch) | |
tree | 8e262db3e1174f5edff1aae95d1aab597df81320 /.gitignore | |
parent | f43c365fdddfaa6095c5392e3044914ad1054652 (diff) |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
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 |