Skip to content

Commit ebc4db8

Browse files
authored
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)
1 parent 9255d4c commit ebc4db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Qt.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Makefile*
3131
*build-*
3232
*.qm
3333
*.prl
34+
*.qmlls.ini
3435

3536
# Qt unit tests
3637
target_wrapper.*

0 commit comments

Comments
 (0)