gitignore additions for gdbus, new test cases

This commit is contained in:
Ryan Lortie 2010-05-16 18:14:46 +02:00
parent 984258c662
commit 4967b6d2ab
3 changed files with 24 additions and 1 deletions

1
gio/.gitignore vendored
View File

@ -5,4 +5,5 @@ gioenumtypes.[ch]
gioalias.h gioalias.h
gioaliasdef.c gioaliasdef.c
glib-compile-schemas glib-compile-schemas
gdbus
gsettings gsettings

23
gio/tests/.gitignore vendored
View File

@ -1,3 +1,4 @@
async-close-output-stream
buffered-input-stream buffered-input-stream
connectable connectable
contexts contexts
@ -12,6 +13,26 @@ filter-streams
g-file g-file
g-file-info g-file-info
g-icon 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 gschemas.compiled
gsettings gsettings
gsettings.store gsettings.store
@ -30,4 +51,4 @@ srvtarget
test.mo test.mo
unix-fd unix-fd
unix-streams unix-streams
utf8-input-stream utf8-input-streamgdbus-addresses

View File

@ -12,3 +12,4 @@ strfuncs
string string
testing testing
tmpsample.xml tmpsample.xml
utils