Update .gitignore

This commit is contained in:
Chocobo1 2015-06-15 20:16:40 +08:00 committed by sledgehammer999
parent aec4f1d343
commit 8a4a3b33f8

9
.gitignore vendored
View file

@ -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/*