1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Makefile
Makefile.*
Makefile_*.mk
debug
release
doc/html
/lib
/bin
/qml
/imports
/coverage
*~
*.o
*.so
*.moc
*.app
*.pdb
*.bak
*.rej
*.exe
*.orig
*.user
*.user.*
*.json
*.sln
*.suo
*.sdf
*.opensdf
*.vcproj
*.vcxproj
*.filters
/ipch
Thumbs.db
*.dylib
*.xcodeproj
*.plist
.DS_Store
communi-config.prf
.qmake.cache
.qmake.stash
.config.vars
.tmp
*_wrapper.sh
*_wrapper.bat
*.Debug
*.Release
moc_*.cpp
moc_predefs.h
qrc_*.cpp
qt.conf
*_plugin_import.cpp
/examples/bot/bot
/examples/client/client
/examples/minimal/minimal
/examples/qmlbot/qmlbot
/examples/quick/quick
/tests/auto/dbgout/tst_dbgout
/tests/auto/irc/tst_irc
/tests/auto/ircbuffer/tst_ircbuffer
/tests/auto/ircbuffermodel/tst_ircbuffermodel
/tests/auto/ircchannel/tst_ircchannel
/tests/auto/irccommand/tst_irccommand
/tests/auto/irccommandparser/tst_irccommandparser
/tests/auto/irccommandqueue/tst_irccommandqueue
/tests/auto/irccompleter/tst_irccompleter
/tests/auto/ircconnection/tst_ircconnection
/tests/auto/irclagtimer/tst_irclagtimer
/tests/auto/ircmessage/tst_ircmessage
/tests/auto/ircnetwork/tst_ircnetwork
/tests/auto/ircpalette/tst_ircpalette
/tests/auto/irctextformat/tst_irctextformat
/tests/auto/ircuser/tst_ircuser
/tests/auto/ircusermodel/tst_ircusermodel
/tests/benchmarks/ircmessage/tst_ircmessage
/tests/benchmarks/ircmessagedecoder/tst_ircmessagedecoder
/tests/benchmarks/irctextformat/tst_irctextformat
|