diff options
author | Dan Winship <danw@gnome.org> | 2013-08-17 10:35:13 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2013-08-17 10:35:13 -0400 |
commit | f550c0dc9dafc582d323735d9e220e441a337f9a (patch) | |
tree | 2fb091cd3fc078171f384fbe06f4b80bf932ecae | |
parent | fd5b1939bddf4b935c7e8dea21496483d15c4ece (diff) | |
download | glib-f550c0dc9dafc582d323735d9e220e441a337f9a.tar.gz |
update .gitignores
-rw-r--r-- | gio/tests/.gitignore | 2 | ||||
-rw-r--r-- | gobject/tests/.gitignore | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gio/tests/.gitignore b/gio/tests/.gitignore index f9e0587d7..99e883759 100644 --- a/gio/tests/.gitignore +++ b/gio/tests/.gitignore @@ -57,6 +57,7 @@ gdbus-introspection gdbus-message gdbus-names gdbus-non-socket +gdbus-overflow gdbus-peer gdbus-peer-object-manager gdbus-proxy @@ -83,6 +84,7 @@ live-g-file memory-input-stream memory-output-stream mimeapps +monitor network-address network-monitor org.gtk.test.enums.xml diff --git a/gobject/tests/.gitignore b/gobject/tests/.gitignore index 345bf9a70..e11cdb055 100644 --- a/gobject/tests/.gitignore +++ b/gobject/tests/.gitignore @@ -10,6 +10,7 @@ qdata reference signals threadtests +type valuearray private marshalers.[ch] |