aboutsummaryrefslogtreecommitdiffstats
path: root/tests/.gitignore
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@apache.org>2018-07-12 13:01:05 +0200
committerGravatar jan Iversen <jani@apache.org>2018-07-12 17:12:56 +0200
commit35eecaa82af4f78337ab18a5e43cc04b8459029a (patch)
treea6ae685fe41d924b35991ff0a28a559c401cdd14 /tests/.gitignore
parentb05e4c7b5fb4e858a997086caaeb7dc680394a34 (diff)
downloadsubsurface-35eecaa82af4f78337ab18a5e43cc04b8459029a.tar.gz
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>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r--tests/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 000000000..86950b3e9
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1 @@
+*.qmlc