Browse Source

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

PR #19726.
adaptive-webui-19844
Vladimir Golovnev 7 months 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* @@ -16,6 +16,7 @@ Makefile*
*.o
*.pdb
*.exe
*.dll
# Generated MOC, resource and UI files
moc_*.cpp
@ -23,8 +24,7 @@ moc_*.h @@ -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

Loading…
Cancel
Save