GHA CI: Bump boost dependency and revise install method
[qBittorrent.git] / .gitignore
blobdebe5480afb09aa8f87f611f35dfc207e587ffec
1 src/gui/geoip/GeoIP.dat
2 src/gui/geoip/GeoIP.dat.gz
3 src/qbittorrent
4 src/qbittorrent-nox
5 src/release
6 src/debug
7 src/base/version.h
8 CMakeLists.txt.user*
9 qbittorrent.pro.user*
10 conf.pri
11 Makefile*
12 *.pyc
13 *.log
15 # Compiled object files
16 *.o
17 *.pdb
18 *.exe
19 *.dll
21 # Generated MOC, resource and UI files
22 moc_*.cpp
23 moc_*.h
24 qrc_*.cpp
25 ui_*.h
26 *.moc
27 *.qm
28 .DS_Store
29 .qmake.stash
30 src/qbittorrent.app
31 *.dmg
33 #Autotools junk
34 aclocal.m4
35 autom4te.cache/*
36 config.status
37 src/icons/qbt-theme/build-icons/node_modules/
38 src/icons/skin/build-icons/node_modules/
39 src/icons/skin/build-icons/icons/*.png
41 # CMake build directory
42 build/
44 # Web UI tools
45 node_modules
46 package-lock.json