From 1f6041cb73cfa0fe8415ba713026b1aa1d018cc9 Mon Sep 17 00:00:00 2001
From: J-P Nurmi <jpnurmi@theqtcompany.com>
Date: Mon, 3 Nov 2014 15:54:17 +0100
Subject: [PATCH] Update .gitignore

Change-Id: I76598cb827c97ed80561d78680db0bf13e75f5ca
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 1c265ad31..86a342d16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -111,7 +111,8 @@ qtc-debugging-helper
 # linux shared libraries
 *.so*
 
-# windows shared libraries
+# windows binaries
+*.exe
 *.dll
 
 # osx shared libraries
-- 
GitLab