From 84bd3eb34542b3110ca4ece2860166efef615bc2 Mon Sep 17 00:00:00 2001
From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
Date: Fri, 22 Feb 2019 15:37:55 -0500
Subject: [PATCH] gitignore: ignore qt translation output

Change-Id: Icd15edf81d355f956236b7f9ce5f2b201f887097
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index c3070a78..3ec6763e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@
 build/
 build-local/
 
-msvc/
\ No newline at end of file
+msvc/
+translations/*.qm
-- 
GitLab