From 7b492479390d318bb0275e883231c3ee83ca3a0c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gordan=20Marku=C5=A1?= <gordan.markus@pelagicore.com>
Date: Fri, 9 Dec 2016 17:07:39 +0100
Subject: [PATCH] gitignore: Update

* Ignore .qmake files
* Ignore test binaries

Change-Id: I6571cfc219641c36c558d7de127c7198c98c1476
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
---
 .gitignore | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index f20d3ee8..e87d9dff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,4 +30,8 @@ qrc_*.cpp
 Makefile*
 *.html
 *~
-.qmake.cache
+.qmake.*
+
+tst_*
+!tst_*.*
+tst_*.exe
-- 
GitLab