.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>
This commit is contained in:
parent
3dd4f36914
commit
ab9422621b
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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/
|
||||
/android/obj/
|
||||
|
|
Loading…
Reference in a new issue