From 6aa73f03eb14188b71b91c647442488e776a4952 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Thu, 28 Jan 2010 22:43:51 -0500 Subject: [PATCH] improve gitignore --- .gitignore | 3 +++ glib/.gitignore | 4 ++++ gmodule/.gitignore | 1 + gobject/.gitignore | 1 + gthread/.gitignore | 1 + po/.gitignore | 1 + tests/.gitignore | 2 ++ 7 files changed, 13 insertions(+) create mode 100644 gthread/.gitignore diff --git a/.gitignore b/.gitignore index 47dc71346..068cc7e99 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/glib/.gitignore b/glib/.gitignore index 878421d8a..814afd820 100644 --- a/glib/.gitignore +++ b/glib/.gitignore @@ -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 diff --git a/gmodule/.gitignore b/gmodule/.gitignore index e44c5c646..bd1e25360 100644 --- a/gmodule/.gitignore +++ b/gmodule/.gitignore @@ -1 +1,2 @@ gmoduleconf.h +makefile.msc diff --git a/gobject/.gitignore b/gobject/.gitignore index bf517b518..1c8d3e7df 100644 --- a/gobject/.gitignore +++ b/gobject/.gitignore @@ -7,3 +7,4 @@ gobjectalias.h gobjectaliasdef.c testgobject libgobject-gdb.py +makefile.msc diff --git a/gthread/.gitignore b/gthread/.gitignore new file mode 100644 index 000000000..8f2ed210f --- /dev/null +++ b/gthread/.gitignore @@ -0,0 +1 @@ +makefile.msc diff --git a/po/.gitignore b/po/.gitignore index 68c54d26d..d17ff3548 100644 --- a/po/.gitignore +++ b/po/.gitignore @@ -1,2 +1,3 @@ POTFILES *.gmo +glib20.pot diff --git a/tests/.gitignore b/tests/.gitignore index 0ab78eb23..81c9cc62f 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,3 +1,5 @@ +makefile.msc + assert-msg-test asyncqueue-test atomic-test