From 4967b6d2ab5a0a83609a825ea113bc75f61bfdb1 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sun, 16 May 2010 18:14:46 +0200 Subject: [PATCH] gitignore additions for gdbus, new test cases --- gio/.gitignore | 1 + gio/tests/.gitignore | 23 ++++++++++++++++++++++- glib/tests/.gitignore | 1 + 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/gio/.gitignore b/gio/.gitignore index 2db9e80..d7fe880 100644 --- a/gio/.gitignore +++ b/gio/.gitignore @@ -5,4 +5,5 @@ gioenumtypes.[ch] gioalias.h gioaliasdef.c glib-compile-schemas +gdbus gsettings diff --git a/gio/tests/.gitignore b/gio/tests/.gitignore index dcf55fd..f500cf1 100644 --- a/gio/tests/.gitignore +++ b/gio/tests/.gitignore @@ -1,3 +1,4 @@ +async-close-output-stream buffered-input-stream connectable contexts @@ -12,6 +13,26 @@ filter-streams g-file g-file-info g-icon +gdbus-addresses +gdbus-connection +gdbus-error +gdbus-example-export +gdbus-example-own-name +gdbus-example-peer +gdbus-example-proxy-subclass +gdbus-example-server +gdbus-example-subtree +gdbus-example-unix-fd-client +gdbus-example-watch-name +gdbus-example-watch-proxy +gdbus-exit-on-close +gdbus-export +gdbus-introspection +gdbus-names +gdbus-peer +gdbus-proxy +gdbus-serialization +gdbus-threading gschemas.compiled gsettings gsettings.store @@ -30,4 +51,4 @@ srvtarget test.mo unix-fd unix-streams -utf8-input-stream \ No newline at end of file +utf8-input-streamgdbus-addresses diff --git a/glib/tests/.gitignore b/glib/tests/.gitignore index c18e8e0..90e72ac 100644 --- a/glib/tests/.gitignore +++ b/glib/tests/.gitignore @@ -12,3 +12,4 @@ strfuncs string testing tmpsample.xml +utils -- 2.7.4