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.
This commit is contained in:
Miklós Márton 2019-09-20 17:55:19 +02:00 committed by Brendan Forster
parent 72d88e71d8
commit a55ad7687a
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ ui_*.h
*.jsc
Makefile*
*build-*
*.qm
# Qt unit tests
target_wrapper.*