diff options
-rw-r--r-- | .gitignore | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 7df20778e..c9ffc6f9d 100644 --- a/.gitignore +++ b/.gitignore @@ -75,6 +75,7 @@ lib/loudmouth/loudmouth-signals-marshal.list tags cscope.out /telepathy-gabble-0* +/tests/gabble-C-tests.list /tests/test-base64 /tests/test-dtube-unique-names /tests/test-handles @@ -84,14 +85,21 @@ cscope.out /tests/test-presence /tests/test-tp-error-from-wocky /tests/twisted/config.py +/tests/twisted/gabble-twisted-tests.list +/tests/twisted/run-test.sh /tests/twisted/telepathy-gabble-debug /tests/twisted/tools/core.* /tests/twisted/tools/exec-with-log.sh /tests/twisted/tools/gabble-testing.log /tests/twisted/tools/refdbg.log +/tests/twisted/tools/run-gabble.sh +/tests/twisted/tools/*.service +/tests/twisted/tools/servicedir/*.service +/tests/twisted/tools/servicedir/tmp-session-bus.conf +/tests/twisted/tools/servicedir-uninstalled/*.service +/tests/twisted/tools/servicedir-uninstalled/tmp-session-bus.conf /tests/twisted/tools/strace.log /tests/twisted/tools/tmp-session-bus.conf -/tests/twisted/tools/*.service -/tests/twisted/with-session-bus-*.pid -/tests/twisted/with-session-bus-*.address /tests/twisted/tools/with-session-bus-*.bustle-logs +/tests/twisted/with-session-bus-*.address +/tests/twisted/with-session-bus-*.pid |