Forráskód Böngészése

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 éve
szülő
commit
a55ad7687a
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      Qt.gitignore

+ 1 - 0
Qt.gitignore

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