[glib] improve gitignore



commit 6aa73f03eb14188b71b91c647442488e776a4952
Author: Ryan Lortie <desrt desrt ca>
Date:   Thu Jan 28 22:43:51 2010 -0500

    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(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 47dc713..068cc7e 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 878421d..814afd8 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 e44c5c6..bd1e253 100644
--- a/gmodule/.gitignore
+++ b/gmodule/.gitignore
@@ -1 +1,2 @@
 gmoduleconf.h
+makefile.msc
diff --git a/gobject/.gitignore b/gobject/.gitignore
index bf517b5..1c8d3e7 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 0000000..8f2ed21
--- /dev/null
+++ b/gthread/.gitignore
@@ -0,0 +1 @@
+makefile.msc
diff --git a/po/.gitignore b/po/.gitignore
index 68c54d2..d17ff35 100644
--- a/po/.gitignore
+++ b/po/.gitignore
@@ -1,2 +1,3 @@
 POTFILES
 *.gmo
+glib20.pot
diff --git a/tests/.gitignore b/tests/.gitignore
index 0ab78eb..81c9cc6 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,3 +1,5 @@
+makefile.msc
+
 assert-msg-test
 asyncqueue-test
 atomic-test



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]