mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-20 20:40:44 -08:00
a567f8b600
PR #20494
48 lines
657 B
Plaintext
48 lines
657 B
Plaintext
.vscode/
|
|
src/gui/geoip/GeoIP.dat
|
|
src/gui/geoip/GeoIP.dat.gz
|
|
src/qbittorrent
|
|
src/qbittorrent-nox
|
|
src/release
|
|
src/debug
|
|
src/base/version.h
|
|
CMakeLists.txt.user*
|
|
qbittorrent.pro.user*
|
|
conf.pri
|
|
Makefile*
|
|
*.pyc
|
|
*.log
|
|
|
|
# Compiled object files
|
|
*.o
|
|
*.pdb
|
|
*.exe
|
|
*.dll
|
|
|
|
# Generated MOC, resource and UI files
|
|
moc_*.cpp
|
|
moc_*.h
|
|
qrc_*.cpp
|
|
ui_*.h
|
|
*.moc
|
|
*.qm
|
|
.DS_Store
|
|
.qmake.stash
|
|
src/qbittorrent.app
|
|
*.dmg
|
|
|
|
#Autotools junk
|
|
aclocal.m4
|
|
autom4te.cache/*
|
|
config.status
|
|
src/icons/qbt-theme/build-icons/node_modules/
|
|
src/icons/skin/build-icons/node_modules/
|
|
src/icons/skin/build-icons/icons/*.png
|
|
|
|
# CMake build directory
|
|
build/
|
|
|
|
# Web UI tools
|
|
node_modules
|
|
package-lock.json
|