From a55ad7687ace54b6577649b02f61f6e9bbcaabbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Fri, 20 Sep 2019 17:55:19 +0200 Subject: [PATCH] Add generated translations to the .gitignore (#3159) The *.qm binary translation files are generated from the translation *.ts files and should not be tracked by git since they are generated. --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index 15361cf5..b4207cd7 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -28,6 +28,7 @@ ui_*.h *.jsc Makefile* *build-* +*.qm # Qt unit tests target_wrapper.*