[glib] Update .gitignores



commit 181763438a6be7791ef87c63fa119f74b44aeede
Author: Dan Winship <danw gnome org>
Date:   Mon May 2 09:53:59 2011 -0400

    Update .gitignores

 .gitignore                   |    1 +
 gio/.gitignore               |    1 +
 gio/gdbus-codegen/.gitignore |    2 ++
 gio/tests/.gitignore         |    4 ++++
 glib/.gitignore              |    1 +
 glib/tests/.gitignore        |    3 +++
 gobject/.gitignore           |    1 +
 gthread/tests/.gitignore     |    1 +
 8 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7760130..3ecf0c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,6 +31,7 @@ install-sh
 glib-gettextize
 glib-zip
 gtk-doc.make
+py-compile
 
 INSTALL
 README
diff --git a/gio/.gitignore b/gio/.gitignore
index f4296d9..41ab671 100644
--- a/gio/.gitignore
+++ b/gio/.gitignore
@@ -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
index 0000000..2d1abb9
--- /dev/null
+++ b/gio/gdbus-codegen/.gitignore
@@ -0,0 +1,2 @@
+*.pyc
+gdbus-codegen
diff --git a/gio/tests/.gitignore b/gio/tests/.gitignore
index c7aec70..7df867e 100644
--- a/gio/tests/.gitignore
+++ b/gio/tests/.gitignore
@@ -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
diff --git a/glib/.gitignore b/glib/.gitignore
index db24247..98034c0 100644
--- a/glib/.gitignore
+++ b/glib/.gitignore
@@ -8,3 +8,4 @@ makefile.msc
 gspawn-win32-helper-console.c
 gspawn-win64-helper-console.c
 gspawn-win64-helper.c
+glib_probes.h
diff --git a/glib/tests/.gitignore b/glib/tests/.gitignore
index 966a614..3c4a662 100644
--- a/glib/tests/.gitignore
+++ b/glib/tests/.gitignore
@@ -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
diff --git a/gobject/.gitignore b/gobject/.gitignore
index 14bdb32..6901d3a 100644
--- a/gobject/.gitignore
+++ b/gobject/.gitignore
@@ -6,3 +6,4 @@ gobject-query
 testgobject
 libgobject-gdb.py
 makefile.msc
+gobject_probes.h
diff --git a/gthread/tests/.gitignore b/gthread/tests/.gitignore
index ad7fa10..ab4490d 100644
--- a/gthread/tests/.gitignore
+++ b/gthread/tests/.gitignore
@@ -1,2 +1,3 @@
 1bit-mutex
 1bit-emufutex
+unix-multithreaded



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]