From 35eecaa82af4f78337ab18a5e43cc04b8459029a Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Thu, 12 Jul 2018 13:01:05 +0200 Subject: 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 --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/.gitignore (limited to 'tests') diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 000000000..86950b3e9 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1 @@ +*.qmlc -- cgit v1.2.3-70-g09d2