summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2022-03-30 07:21:24 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2022-03-30 10:46:37 +0200
commitab9422621bc0aa26a00aa92f8bdebe91a6519792 (patch)
tree13140c300d0008c7646cd69752e6f3069e9438ee /.gitignore
parent3dd4f3691458ea537bc1867386269694775cfbcb (diff)
.gitignore: Add Qt Creator's '.qtc_clangd'
Qt Creator 7 switched to using Clangd as the default backend for the code model. [1] After upgrading, `.qtc_clangd/compile_command.json` started showing up. [1] https://www.qt.io/blog/qt-creator-7-released Change-Id: I3cf30f1ef2873523d76c15c39d2d24c6227f8017 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132290 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f5fbde5c1f67..9c85f02f90c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -143,11 +143,12 @@ DerivedData
*.VC.db
LibreOffice.VC.VC.opendb
-# QtCreator specific
+# Qt Creator specific
*.pro
*.pro.shared
*.pro.user
*.pro.user.*
+.qtc_clangd
# doxygen output
/docs
@@ -190,4 +191,4 @@ LibreOffice.VC.VC.opendb
# Android builds
/android/jniLibs/
-/android/obj/ \ No newline at end of file
+/android/obj/