tests: add .gitignore to ignore qmlc files

With Qt 5.11 the qml compiler is included and qmlc files created in the same
directory as the qml file (at least for the qml test harness).

ignore *.qmlc

Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
jan Iversen 2018-07-12 13:01:05 +02:00
parent b05e4c7b5f
commit 35eecaa82a

1
tests/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.qmlc