From 529f38bd8878b6b1bea2b5457031ce936aab8d80 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Mon, 6 Oct 2014 15:03:54 +0200 Subject: addedd communi --- libcommuni/.gitignore | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 libcommuni/.gitignore (limited to 'libcommuni/.gitignore') diff --git a/libcommuni/.gitignore b/libcommuni/.gitignore new file mode 100644 index 0000000..a05a434 --- /dev/null +++ b/libcommuni/.gitignore @@ -0,0 +1,70 @@ +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 +*.Debug +*.Release +moc_*.cpp +qrc_*.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/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 -- cgit v1.2.3-54-g00ecf