瀏覽代碼

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.
Miklós Márton 5 年之前
父節點
當前提交
a55ad7687a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Qt.gitignore

+ 1 - 0
Qt.gitignore

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