From ebc4db855ab411f1db12d346ca10fcb5d5a0c85e Mon Sep 17 00:00:00 2001 From: Andrei Yankovich Date: Fri, 8 Aug 2025 19:49:49 +0300 Subject: [PATCH] Added .qmlls.ini to ignore The **.qmlls.ini** files are auto generated files for qt creator qml language tool. See documentation [QT_QML_GENERATE_QMLLS_INI](https://doc.qt.io/qt-6/cmake-variable-qt-qml-generate-qmlls-ini.html) --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index 7f4826b4..e240963b 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -31,6 +31,7 @@ Makefile* *build-* *.qm *.prl +*.qmlls.ini # Qt unit tests target_wrapper.*