Skip to content

Commit a55ad76

Browse files
martonmiklosshiftkey
authored andcommitted
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.
1 parent 72d88e7 commit a55ad76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Qt.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ui_*.h
2828
*.jsc
2929
Makefile*
3030
*build-*
31+
*.qm
3132

3233
# Qt unit tests
3334
target_wrapper.*

0 commit comments

Comments
 (0)