summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Ignore cscope.out fileWill Thompson2012-09-251-0/+1
|
* Add missing file in gitignoreNicolas Dufresne2012-08-281-0/+1
|
* Update .gitignoreJasper St. Pierre2012-05-281-2/+4
| | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=50361 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Removed twisted test has they have never been usedNicolas Dufresne2011-03-151-6/+0
|
* gitignore tests/dbus generated filesCosimo Alfarano2011-01-211-0/+5
|
* gitignore all tags files (ctags) not only the on in the root dirCosimo Alfarano2011-01-201-1/+1
|
* Add GLib marshaller generation boilerplateDanielle Madeley2010-07-191-0/+2
|
* Convert GConf schema to GSettings schemaDanielle Madeley2010-07-161-0/+2
|
* Add intltool infrastructureDanielle Madeley2010-07-161-0/+4
|
* Update .gitignoreSimon McVittie2010-06-171-2/+3
|
* add magic to generate list of the ABIGuillaume Desmottes2010-06-041-0/+1
| | | | Copied from tp-glib.
* Make the extensions library public and perform some minor reorganization.Travis Reitter2010-03-301-0/+1
|
* Sort .gitignore, approximately by directorySimon McVittie2010-03-231-47/+47
|
* Anchor .gitignore patterns at root of repository where appropriateSimon McVittie2010-03-231-54/+59
|
* .gitignore: remove configure.in, observer.py, neither of which we haveSimon McVittie2010-03-231-2/+0
| | | | | Ignoring "observer.py" globally seems a bad idea, as it'd break (say) a regression test for observers written in Python.
* .gitignore: don't ignore the index for the docs, which is hand-written (and ↵Simon McVittie2010-03-231-1/+0
| | | | missing)
* Cleanups: update .gitignore, update G_LOG_DOMAIN in other makefileDanielle Madeley2010-02-251-4/+2
| | | | Remove spurious src/config.h that was causing strange problems
* Include maintainer tools in toplevel Makefile.amDanielle Madeley2010-02-241-0/+1
|
* make distcheck fixesDanielle Madeley2010-02-241-1/+5
|
* Ignore generated test tools.Travis Reitter2010-02-221-0/+2
|
* Get org.freedesktop.Telepathy.Logger extension buildingDanielle Madeley2010-02-111-1/+1
|
* generate libtelepathy-logger-uninstalled.pc fileGuillaume Desmottes2010-02-101-0/+1
| | | | This is needed to use libtp-logger as a git submodule in Empathy.
* Merge branch 'master' of git+ssh://git.collabora.co.uk/git/telepathy-loggerCosimo Alfarano2010-02-101-0/+1
|\ | | | | | | | | Conflicts: .gitignore
| * No need to include INSTALL in gitGuillaume Desmottes2010-02-101-0/+1
| | | | | | | | This file is generated by autogen.sh
* | created gtk-doc infrastructureCosimo Alfarano2010-02-101-3/+21
|/ | | | | | * created doc/ infrastructure * added several doc comments * fixed some tests
* GitIgnore updateCosimo Alfarano2010-02-041-14/+10
|
* Fixed async multi-TplChannel handling in observerCosimo Alfarano2010-02-011-0/+7
| | | | * TplObserver now can handle more than one channel passed to Observe_Channel and return safely
* TplConf bug fixedCosimo Alfarano2010-01-191-2/+3
|
* GConf enabledCosimo Alfarano2010-01-141-0/+1
| | | | | | * gconf enabled using TplConf. Schema defined in telepathy-logger.schemas file * fixes for the Async API * add_message and add_message_async modified: chat_id, is_chatroom not needed anymore, while using TplLogEntry
* Async API infrastructureCosimo Alfarano2010-01-131-7/+9
| | | | | | | | * 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
* Telepathy code style compliant changes (part1)Cosimo Alfarano2010-01-071-0/+45
* remove tpl- prefix from file names * moved all the libtelepathy-logger lib related files into libtelepathy-logger/ directory * clean up of configure and makefiles autotool's scripts * added TplConf object for GConf configuration