diff options
author | Alban Crequy <alban.crequy@collabora.co.uk> | 2011-10-21 15:20:03 +0100 |
---|---|---|
committer | Alban Crequy <alban.crequy@collabora.co.uk> | 2011-10-28 16:44:11 +0100 |
commit | f9529b7d27b0cc9edc9b7c39573c533963d87079 (patch) | |
tree | fde1267b5ca4a6cffeebb225febd14d31423b1c2 | |
parent | f4b4768caabf44f0c2955e97bf8c8af592ff23b1 (diff) |
Update .gitignore with installed tests
-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 |