Update .gitignores
authorDan Winship <danw@gnome.org>
Mon, 2 May 2011 13:53:59 +0000 (09:53 -0400)
committerDan Winship <danw@gnome.org>
Mon, 2 May 2011 13:54:15 +0000 (09:54 -0400)
.gitignore
gio/.gitignore
gio/gdbus-codegen/.gitignore [new file with mode: 0644]
gio/tests/.gitignore
glib/.gitignore
glib/tests/.gitignore
gobject/.gitignore
gthread/tests/.gitignore

index 7760130..3ecf0c7 100644 (file)
@@ -31,6 +31,7 @@ install-sh
 glib-gettextize
 glib-zip
 gtk-doc.make
+py-compile
 
 INSTALL
 README
index f4296d9..41ab671 100644 (file)
@@ -5,3 +5,4 @@ gioenumtypes.[ch]
 glib-compile-schemas
 gdbus
 gsettings
+gdbus-example-objectmanager-generated.[ch]
diff --git a/gio/gdbus-codegen/.gitignore b/gio/gdbus-codegen/.gitignore
new file mode 100644 (file)
index 0000000..2d1abb9
--- /dev/null
@@ -0,0 +1,2 @@
+*.pyc
+gdbus-codegen
index c7aec70..7df867e 100644 (file)
@@ -32,6 +32,8 @@ gdbus-example-export
 gdbus-example-own-name
 gdbus-example-peer
 gdbus-example-proxy-subclass
+gdbus-example-objectmanager-client
+gdbus-example-objectmanager-server
 gdbus-example-server
 gdbus-example-subtree
 gdbus-example-unix-fd-client
@@ -47,6 +49,8 @@ gdbus-peer
 gdbus-proxy
 gdbus-proxy-well-known-name
 gdbus-serialization
+gdbus-test-codegen
+gdbus-test-codegen-generated*
 gdbus-threading
 g-file
 g-file-info
index db24247..98034c0 100644 (file)
@@ -8,3 +8,4 @@ makefile.msc
 gspawn-win32-helper-console.c
 gspawn-win64-helper-console.c
 gspawn-win64-helper.c
+glib_probes.h
index 966a614..3c4a662 100644 (file)
@@ -24,6 +24,7 @@ markup-parse
 markup-subparser
 mem-overflow
 node
+option-argv0
 option-context
 pattern
 printf
@@ -42,6 +43,8 @@ testing
 timeout
 tmpsample.xml
 tree
+unix
+unix-nothreads
 uri
 utf8-misc
 utf8-pointer
index 14bdb32..6901d3a 100644 (file)
@@ -6,3 +6,4 @@ gobject-query
 testgobject
 libgobject-gdb.py
 makefile.msc
+gobject_probes.h
index ad7fa10..ab4490d 100644 (file)
@@ -1,2 +1,3 @@
 1bit-mutex
 1bit-emufutex
+unix-multithreaded