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:
parent
9255d4cfe4
commit
ebc4db855a
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ Makefile*
|
||||||
*build-*
|
*build-*
|
||||||
*.qm
|
*.qm
|
||||||
*.prl
|
*.prl
|
||||||
|
*.qmlls.ini
|
||||||
|
|
||||||
# Qt unit tests
|
# Qt unit tests
|
||||||
target_wrapper.*
|
target_wrapper.*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue