]> source.dussan.org Git - gitignore.git/commitdiff
Add generated translations to the .gitignore (#3159)
authorMiklós Márton <martonmiklosqdev@gmail.com>
Fri, 20 Sep 2019 15:55:19 +0000 (17:55 +0200)
committerBrendan Forster <brendan@github.com>
Fri, 20 Sep 2019 15:55:19 +0000 (12:55 -0300)
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

index 15361cf5aa0ad98af9c26b5c6aaa837adc49faa2..b4207cd701d9a2022003850e4a925127a8b307f6 100644 (file)
@@ -28,6 +28,7 @@ ui_*.h
 *.jsc
 Makefile*
 *build-*
+*.qm
 
 # Qt unit tests
 target_wrapper.*