qBittorrent/.gitignore

48 lines
657 B
Text
Raw Permalink Normal View History

.vscode/
src/gui/geoip/GeoIP.dat
src/gui/geoip/GeoIP.dat.gz
2011-09-21 18:11:46 +04:00
src/qbittorrent
2015-04-11 23:30:11 +03:00
src/qbittorrent-nox
2015-06-15 15:16:40 +03:00
src/release
src/debug
src/base/version.h
CMakeLists.txt.user*
2013-02-18 02:29:15 +04:00
qbittorrent.pro.user*
2011-09-21 18:11:46 +04:00
conf.pri
2015-06-15 15:16:40 +03:00
Makefile*
2011-09-21 18:11:46 +04:00
*.pyc
*.log
2015-06-15 15:16:40 +03:00
2011-09-21 18:11:46 +04:00
# Compiled object files
*.o
2015-06-15 15:16:40 +03:00
*.pdb
*.exe
*.dll
2015-06-15 15:16:40 +03:00
2011-09-21 18:11:46 +04:00
# Generated MOC, resource and UI files
moc_*.cpp
2017-05-02 19:31:48 +03:00
moc_*.h
2011-09-21 18:11:46 +04:00
qrc_*.cpp
ui_*.h
*.moc
*.qm
2015-01-30 03:17:39 +03:00
.DS_Store
.qmake.stash
src/qbittorrent.app
*.dmg
2015-06-15 15:16:40 +03:00
2014-04-19 23:47:08 +04:00
#Autotools junk
aclocal.m4
autom4te.cache/*
config.status
src/icons/qbt-theme/build-icons/node_modules/
2016-02-20 14:52:30 +03:00
src/icons/skin/build-icons/node_modules/
src/icons/skin/build-icons/icons/*.png
2019-01-21 01:02:19 +03:00
2020-02-18 03:32:35 +03:00
# CMake build directory
build/
2019-01-21 01:02:19 +03:00
# Web UI tools
node_modules
package-lock.json