mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-11 18:33:18 +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
|
||||
.*.swp
|
||||
.sw?
|
||||
*.rc
|
||||
|
||||
# autofoo stuff here
|
||||
compile
|
||||
@ -26,6 +27,8 @@ glib-gettextize
|
||||
glib-zip
|
||||
glibconfig.h
|
||||
gtk-doc.make
|
||||
glibconfig.h.win32
|
||||
|
||||
INSTALL
|
||||
README
|
||||
ChangeLog
|
||||
|
4
glib/.gitignore
vendored
4
glib/.gitignore
vendored
@ -2,3 +2,7 @@ galias.h
|
||||
galiasdef.c
|
||||
gtester
|
||||
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
|
||||
makefile.msc
|
||||
|
1
gobject/.gitignore
vendored
1
gobject/.gitignore
vendored
@ -7,3 +7,4 @@ gobjectalias.h
|
||||
gobjectaliasdef.c
|
||||
testgobject
|
||||
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
|
||||
*.gmo
|
||||
glib20.pot
|
||||
|
2
tests/.gitignore
vendored
2
tests/.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
makefile.msc
|
||||
|
||||
assert-msg-test
|
||||
asyncqueue-test
|
||||
atomic-test
|
||||
|
Loading…
x
Reference in New Issue
Block a user