Ensure the profile path is pointing to a directory
[qBittorrent.git] / .gitignore
blobf3801267cd9edb2f03d0b5991e174a0f80fcc8ff
1 .vscode/
2 src/gui/geoip/GeoIP.dat
3 src/gui/geoip/GeoIP.dat.gz
4 src/qbittorrent
5 src/qbittorrent-nox
6 src/release
7 src/debug
8 src/base/version.h
9 CMakeLists.txt.user*
10 qbittorrent.pro.user*
11 conf.pri
12 Makefile*
13 *.pyc
14 *.log
16 # Compiled object files
17 *.o
18 *.pdb
19 *.exe
21 # Generated MOC, resource and UI files
22 moc_*.cpp
23 moc_*.h
24 qrc_*.cpp
25 ui_*.h
26 *.moc
27 src/lang/qbittorrent_*.qm
28 src/webui/www/translations/webui_*.qm
29 .DS_Store
30 .qmake.stash
31 src/qbittorrent.app
32 *.dmg
34 #Autotools junk
35 aclocal.m4
36 autom4te.cache/*
37 config.status
38 src/icons/qbt-theme/build-icons/node_modules/
39 src/icons/skin/build-icons/node_modules/
40 src/icons/skin/build-icons/icons/*.png
42 # CMake build directory
43 build/
45 # Web UI tools
46 node_modules
47 package-lock.json