diff options
author | Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> | 2010-01-13 14:58:08 +0000 |
---|---|---|
committer | Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> | 2010-01-13 14:58:08 +0000 |
commit | c5a57433eb4c2ade0fc110d98093eea2bb42de3e (patch) | |
tree | cecda8ac7bdc2bab944c8e16cbcab5e610dfc89c /.gitignore | |
parent | 4ed7270537dce069ee0f73d24a575043828f1622 (diff) |
Async API infrastructure
* moved code from libtelepathy-logger/ to telepathy-logger/
* used /usr/bin/indent filter with GNU style for source formatting
* added log-manager's async APIs infrastructure using GIO
* addes some async method using the async infrastructure
* added gconf infrastructure in the telepathy-logger/conf module
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -5,7 +5,6 @@ configure.in observer.py tags TAGS -config.* aclocal.m4 autom4te.cache/ depcomp @@ -24,6 +23,9 @@ shave-libtool libtool stamp-h1 +config.* +*~ + src/*.o src/*.lo src/*.la @@ -37,9 +39,9 @@ src/dbus-service-server.h src/*.service src/*.client -libtelepathy-logger/*.o -libtelepathy-logger/*.lo -libtelepathy-logger/*.la -libtelepathy-logger/.libs -libtelepathy-logger/.deps/ -libtelepathy-logger/libtelepathy-logger.pc +telepathy-logger/*.o +telepathy-logger/*.lo +telepathy-logger/*.la +telepathy-logger/.libs +telepathy-logger/.deps/ +telepathy-logger/libtelepathy-logger.pc |