diff options
author | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2008-10-08 13:22:25 +0300 |
---|---|---|
committer | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2008-10-08 13:22:25 +0300 |
commit | e21887139836dccd2bd7f7b38f47cbfe5edd7d95 (patch) | |
tree | 58d44352dc7b4857f55a3ccf840a2fd7e23d4751 /.gitignore | |
parent | 6b584ce3e7f9528c885d5bd3ee67a9a9afa94264 (diff) |
Updated .gitignore for the test buildfiles
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -6,9 +6,10 @@ tpsip-extensions/_gen tpsip-extensions/extensions.html data/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service docs/telepathy-sofiasip.8 -tests/exec-with-log.sh -tests/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service -tests/run-with-tmp-session-bus.conf +tests/twisted/tools/exec-with-log.sh +tests/twisted/tools/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service +tests/twisted/tools/sofiasip-testing.log +tests/twisted/tools/tmp-session-bus.conf # Built source files signals-marshal.[ch] @@ -18,6 +19,7 @@ src/*-enumtypes.[ch] /telepathy-sofiasip-*.tar.gz* # Output files and build directories +.deps .libs *.o *.lo |