improve gitignore

This commit is contained in:
Ryan Lortie 2010-01-28 22:43:51 -05:00
parent c73d281843
commit 6aa73f03eb
7 changed files with 13 additions and 0 deletions

3
.gitignore vendored
View File

@ -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
View File

@ -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
View File

@ -1 +1,2 @@
gmoduleconf.h
makefile.msc

1
gobject/.gitignore vendored
View File

@ -7,3 +7,4 @@ gobjectalias.h
gobjectaliasdef.c
testgobject
libgobject-gdb.py
makefile.msc

1
gthread/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
makefile.msc

1
po/.gitignore vendored
View File

@ -1,2 +1,3 @@
POTFILES
*.gmo
glib20.pot

2
tests/.gitignore vendored
View File

@ -1,3 +1,5 @@
makefile.msc
assert-msg-test
asyncqueue-test
atomic-test