Update .gitignores

This commit is contained in:
Dan Winship 2011-05-02 09:53:59 -04:00
parent f4cff2b923
commit 181763438a
8 changed files with 14 additions and 0 deletions

1
.gitignore vendored
View File

@ -31,6 +31,7 @@ install-sh
glib-gettextize
glib-zip
gtk-doc.make
py-compile
INSTALL
README

1
gio/.gitignore vendored
View File

@ -5,3 +5,4 @@ gioenumtypes.[ch]
glib-compile-schemas
gdbus
gsettings
gdbus-example-objectmanager-generated.[ch]

2
gio/gdbus-codegen/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.pyc
gdbus-codegen

View 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

1
glib/.gitignore vendored
View File

@ -8,3 +8,4 @@ makefile.msc
gspawn-win32-helper-console.c
gspawn-win64-helper-console.c
gspawn-win64-helper.c
glib_probes.h

View 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

1
gobject/.gitignore vendored
View File

@ -6,3 +6,4 @@ gobject-query
testgobject
libgobject-gdb.py
makefile.msc
gobject_probes.h

View File

@ -1,2 +1,3 @@
1bit-mutex
1bit-emufutex
unix-multithreaded