.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit ab9422621bc0aa26a00aa92f8bdebe91a6519792 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Wed Mar 30 07:21:24 2022 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Wed Mar 30 10:46:37 2022 +0200
.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.wegh...@posteo.de> 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/