From 921be09d8f00bbeee065175f817ef315ec94a807 Mon Sep 17 00:00:00 2001 From: Vladimir Golovnev Date: Wed, 18 Oct 2023 10:53:55 +0300 Subject: [PATCH] Git: Ignore all compiled translation files (*.qm) and DLLs PR #19726. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b1d504978..debe5480a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ Makefile* *.o *.pdb *.exe +*.dll # Generated MOC, resource and UI files moc_*.cpp @@ -23,8 +24,7 @@ moc_*.h qrc_*.cpp ui_*.h *.moc -src/lang/qbittorrent_*.qm -src/webui/www/translations/webui_*.qm +*.qm .DS_Store .qmake.stash src/qbittorrent.app