We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9dc769 commit 09d7d9aCopy full SHA for 09d7d9a
1 file changed
.gitignore
@@ -2,13 +2,19 @@ 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
qbittorrent.pro.user*
8
conf.pri
-Makefile
9
+Makefile*
10
*.pyc
11
*.log
12
+
13
# Compiled object files
14
*.o
15
+*.pdb
16
+*.exe
17
18
# Generated MOC, resource and UI files
19
moc_*.cpp
20
qrc_*.cpp
@@ -19,6 +25,7 @@ src/lang/qbittorrent_*.qm
25
.qmake.stash
26
src/qbittorrent.app
21
27
*.dmg
28
22
29
#Autotools junk
23
30
aclocal.m4
24
31
autom4te.cache/*
0 commit comments