From c4693ff7252209f16697a8217bde98195ce8f71f Mon Sep 17 00:00:00 2001 From: Florian Videau Date: Tue, 28 Jun 2022 15:33:22 +0200 Subject: [PATCH] Add Qt Creator clang cache folder in Qt.gitignore --- Qt.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 7f4826b4..d1f12543 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -52,3 +52,6 @@ compile_commands.json *creator.user* *_qmlcache.qrc + +# QtCreator clang cache +.qtc_clangd/