Browse Source

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

PR #19726.
adaptive-webui-19844
Vladimir Golovnev 1 year ago committed by GitHub
parent
commit
921be09d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .gitignore

4
.gitignore vendored

@ -16,6 +16,7 @@ Makefile*
*.o *.o
*.pdb *.pdb
*.exe *.exe
*.dll
# Generated MOC, resource and UI files # Generated MOC, resource and UI files
moc_*.cpp moc_*.cpp
@ -23,8 +24,7 @@ moc_*.h
qrc_*.cpp qrc_*.cpp
ui_*.h ui_*.h
*.moc *.moc
src/lang/qbittorrent_*.qm *.qm
src/webui/www/translations/webui_*.qm
.DS_Store .DS_Store
.qmake.stash .qmake.stash
src/qbittorrent.app src/qbittorrent.app

Loading…
Cancel
Save