mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-12 02:35:28 +01:00
improve gitignore
This commit is contained in:
parent
c73d281843
commit
6aa73f03eb
3
.gitignore
vendored
3
.gitignore
vendored
@ -9,6 +9,7 @@ Makefile
|
|||||||
*.pc
|
*.pc
|
||||||
.*.swp
|
.*.swp
|
||||||
.sw?
|
.sw?
|
||||||
|
*.rc
|
||||||
|
|
||||||
# autofoo stuff here
|
# autofoo stuff here
|
||||||
compile
|
compile
|
||||||
@ -26,6 +27,8 @@ glib-gettextize
|
|||||||
glib-zip
|
glib-zip
|
||||||
glibconfig.h
|
glibconfig.h
|
||||||
gtk-doc.make
|
gtk-doc.make
|
||||||
|
glibconfig.h.win32
|
||||||
|
|
||||||
INSTALL
|
INSTALL
|
||||||
README
|
README
|
||||||
|
ChangeLog
|
||||||
|
4
glib/.gitignore
vendored
4
glib/.gitignore
vendored
@ -2,3 +2,7 @@ galias.h
|
|||||||
galiasdef.c
|
galiasdef.c
|
||||||
gtester
|
gtester
|
||||||
libglib-gdb.py
|
libglib-gdb.py
|
||||||
|
makefile.msc
|
||||||
|
gspawn-win32-helper-console.c
|
||||||
|
gspawn-win64-helper-console.c
|
||||||
|
gspawn-win64-helper.c
|
||||||
|
1
gmodule/.gitignore
vendored
1
gmodule/.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
gmoduleconf.h
|
gmoduleconf.h
|
||||||
|
makefile.msc
|
||||||
|
1
gobject/.gitignore
vendored
1
gobject/.gitignore
vendored
@ -7,3 +7,4 @@ gobjectalias.h
|
|||||||
gobjectaliasdef.c
|
gobjectaliasdef.c
|
||||||
testgobject
|
testgobject
|
||||||
libgobject-gdb.py
|
libgobject-gdb.py
|
||||||
|
makefile.msc
|
||||||
|
1
gthread/.gitignore
vendored
Normal file
1
gthread/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
makefile.msc
|
1
po/.gitignore
vendored
1
po/.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
POTFILES
|
POTFILES
|
||||||
*.gmo
|
*.gmo
|
||||||
|
glib20.pot
|
||||||
|
2
tests/.gitignore
vendored
2
tests/.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
|
makefile.msc
|
||||||
|
|
||||||
assert-msg-test
|
assert-msg-test
|
||||||
asyncqueue-test
|
asyncqueue-test
|
||||||
atomic-test
|
atomic-test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user