qBittorrent/.gitignore

47 lines
701 B
Plaintext
Raw Normal View History

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