Browse Source

Update .gitignore

adaptive-webui-19844
Chocobo1 10 years ago
parent
commit
09d7d9a360
  1. 9
      .gitignore

9
.gitignore vendored

@ -2,13 +2,19 @@ src/gui/geoip/GeoIP.dat
src/gui/geoip/GeoIP.dat.gz src/gui/geoip/GeoIP.dat.gz
src/qbittorrent src/qbittorrent
src/qbittorrent-nox src/qbittorrent-nox
src/release
src/debug
qbittorrent.pro.user* qbittorrent.pro.user*
conf.pri conf.pri
Makefile Makefile*
*.pyc *.pyc
*.log *.log
# Compiled object files # Compiled object files
*.o *.o
*.pdb
*.exe
# Generated MOC, resource and UI files # Generated MOC, resource and UI files
moc_*.cpp moc_*.cpp
qrc_*.cpp qrc_*.cpp
@ -19,6 +25,7 @@ src/lang/qbittorrent_*.qm
.qmake.stash .qmake.stash
src/qbittorrent.app src/qbittorrent.app
*.dmg *.dmg
#Autotools junk #Autotools junk
aclocal.m4 aclocal.m4
autom4te.cache/* autom4te.cache/*

Loading…
Cancel
Save