mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-09 01:03:08 +02:00
Update .gitignores
This commit is contained in:
parent
f4cff2b923
commit
181763438a
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,6 +31,7 @@ install-sh
|
|||||||
glib-gettextize
|
glib-gettextize
|
||||||
glib-zip
|
glib-zip
|
||||||
gtk-doc.make
|
gtk-doc.make
|
||||||
|
py-compile
|
||||||
|
|
||||||
INSTALL
|
INSTALL
|
||||||
README
|
README
|
||||||
|
1
gio/.gitignore
vendored
1
gio/.gitignore
vendored
@ -5,3 +5,4 @@ gioenumtypes.[ch]
|
|||||||
glib-compile-schemas
|
glib-compile-schemas
|
||||||
gdbus
|
gdbus
|
||||||
gsettings
|
gsettings
|
||||||
|
gdbus-example-objectmanager-generated.[ch]
|
||||||
|
2
gio/gdbus-codegen/.gitignore
vendored
Normal file
2
gio/gdbus-codegen/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*.pyc
|
||||||
|
gdbus-codegen
|
4
gio/tests/.gitignore
vendored
4
gio/tests/.gitignore
vendored
@ -32,6 +32,8 @@ gdbus-example-export
|
|||||||
gdbus-example-own-name
|
gdbus-example-own-name
|
||||||
gdbus-example-peer
|
gdbus-example-peer
|
||||||
gdbus-example-proxy-subclass
|
gdbus-example-proxy-subclass
|
||||||
|
gdbus-example-objectmanager-client
|
||||||
|
gdbus-example-objectmanager-server
|
||||||
gdbus-example-server
|
gdbus-example-server
|
||||||
gdbus-example-subtree
|
gdbus-example-subtree
|
||||||
gdbus-example-unix-fd-client
|
gdbus-example-unix-fd-client
|
||||||
@ -47,6 +49,8 @@ gdbus-peer
|
|||||||
gdbus-proxy
|
gdbus-proxy
|
||||||
gdbus-proxy-well-known-name
|
gdbus-proxy-well-known-name
|
||||||
gdbus-serialization
|
gdbus-serialization
|
||||||
|
gdbus-test-codegen
|
||||||
|
gdbus-test-codegen-generated*
|
||||||
gdbus-threading
|
gdbus-threading
|
||||||
g-file
|
g-file
|
||||||
g-file-info
|
g-file-info
|
||||||
|
1
glib/.gitignore
vendored
1
glib/.gitignore
vendored
@ -8,3 +8,4 @@ makefile.msc
|
|||||||
gspawn-win32-helper-console.c
|
gspawn-win32-helper-console.c
|
||||||
gspawn-win64-helper-console.c
|
gspawn-win64-helper-console.c
|
||||||
gspawn-win64-helper.c
|
gspawn-win64-helper.c
|
||||||
|
glib_probes.h
|
||||||
|
3
glib/tests/.gitignore
vendored
3
glib/tests/.gitignore
vendored
@ -24,6 +24,7 @@ markup-parse
|
|||||||
markup-subparser
|
markup-subparser
|
||||||
mem-overflow
|
mem-overflow
|
||||||
node
|
node
|
||||||
|
option-argv0
|
||||||
option-context
|
option-context
|
||||||
pattern
|
pattern
|
||||||
printf
|
printf
|
||||||
@ -42,6 +43,8 @@ testing
|
|||||||
timeout
|
timeout
|
||||||
tmpsample.xml
|
tmpsample.xml
|
||||||
tree
|
tree
|
||||||
|
unix
|
||||||
|
unix-nothreads
|
||||||
uri
|
uri
|
||||||
utf8-misc
|
utf8-misc
|
||||||
utf8-pointer
|
utf8-pointer
|
||||||
|
1
gobject/.gitignore
vendored
1
gobject/.gitignore
vendored
@ -6,3 +6,4 @@ gobject-query
|
|||||||
testgobject
|
testgobject
|
||||||
libgobject-gdb.py
|
libgobject-gdb.py
|
||||||
makefile.msc
|
makefile.msc
|
||||||
|
gobject_probes.h
|
||||||
|
1
gthread/tests/.gitignore
vendored
1
gthread/tests/.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
1bit-mutex
|
1bit-mutex
|
||||||
1bit-emufutex
|
1bit-emufutex
|
||||||
|
unix-multithreaded
|
||||||
|
Loading…
x
Reference in New Issue
Block a user