1
mirror of https://github.com/qbittorrent/qBittorrent synced 2024-10-01 00:51:11 +02:00
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 16:11:46 +02:00
src/qbittorrent
2015-04-11 22:30:11 +02:00
src/qbittorrent-nox
2015-06-15 14:16:40 +02:00
src/release
src/debug
src/base/version.h
CMakeLists.txt.user*
2013-02-17 23:29:15 +01:00
qbittorrent.pro.user*
2011-09-21 16:11:46 +02:00
conf.pri
2015-06-15 14:16:40 +02:00
Makefile*
2011-09-21 16:11:46 +02:00
*.pyc
*.log
2015-06-15 14:16:40 +02:00
2011-09-21 16:11:46 +02:00
# Compiled object files
*.o
2015-06-15 14:16:40 +02:00
*.pdb
*.exe
2011-09-21 16:11:46 +02:00
# Generated MOC, resource and UI files
moc_*.cpp
2017-05-02 18:31:48 +02:00
moc_*.h
2011-09-21 16:11:46 +02:00
qrc_*.cpp
ui_*.h
*.moc
2013-02-17 23:29:15 +01:00
src/lang/qbittorrent_*.qm
2018-06-07 19:07:28 +02:00
src/webui/www/translations/webui_*.qm
2015-01-30 01:17:39 +01:00
.DS_Store
.qmake.stash
src/qbittorrent.app
*.dmg
2015-06-15 14:16:40 +02:00
2014-04-19 21:47:08 +02: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 23:02:19 +01:00
2020-02-18 01:32:35 +01:00
# CMake build directory
build/
2019-01-20 23:02:19 +01:00
# Web UI tools
node_modules
package-lock.json