Skip to content

Commit 09d7d9a

Browse files
committed
Update .gitignore
1 parent f9dc769 commit 09d7d9a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@ src/gui/geoip/GeoIP.dat
22
src/gui/geoip/GeoIP.dat.gz
33
src/qbittorrent
44
src/qbittorrent-nox
5+
src/release
6+
src/debug
57
qbittorrent.pro.user*
68
conf.pri
7-
Makefile
9+
Makefile*
810
*.pyc
911
*.log
12+
1013
# Compiled object files
1114
*.o
15+
*.pdb
16+
*.exe
17+
1218
# Generated MOC, resource and UI files
1319
moc_*.cpp
1420
qrc_*.cpp
@@ -19,6 +25,7 @@ src/lang/qbittorrent_*.qm
1925
.qmake.stash
2026
src/qbittorrent.app
2127
*.dmg
28+
2229
#Autotools junk
2330
aclocal.m4
2431
autom4te.cache/*

0 commit comments

Comments
 (0)