Git: Ignore all compiled translation files (*.qm) and DLLs

PR #19726.
This commit is contained in:
Vladimir Golovnev 2023-10-18 10:53:55 +03:00 committed by GitHub
parent 116b05009d
commit 921be09d8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.gitignore vendored
View file

@ -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