summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-01-13 14:58:08 +0000
committerCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-01-13 14:58:08 +0000
commitc5a57433eb4c2ade0fc110d98093eea2bb42de3e (patch)
treececda8ac7bdc2bab944c8e16cbcab5e610dfc89c /.gitignore
parent4ed7270537dce069ee0f73d24a575043828f1622 (diff)
downloadtelepathy-logger-c5a57433eb4c2ade0fc110d98093eea2bb42de3e.tar.gz
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--.gitignore16
1 files changed, 9 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index ede30c4..344ad24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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