1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-15 01:00:17 +00:00
qBittorrent/.gitignore

46 lines
682 B
Plaintext
Raw Normal View History

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