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)
This commit is contained in:
Andrei Yankovich 2025-08-08 19:49:49 +03:00 committed by GitHub
parent 9255d4cfe4
commit ebc4db855a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,7 @@ Makefile*
*build-*
*.qm
*.prl
*.qmlls.ini
# Qt unit tests
target_wrapper.*