[glibmm] Add .dirstamp and others to .gitignore file



commit 36a0cec41bd9909c2460b6de2db230ac9b389f56
Author: Daniel Elstner <danielk openismus com>
Date:   Sun Aug 9 10:29:16 2009 +0200

    Add .dirstamp and others to .gitignore file

 .gitignore |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 60f5c28..f1dd56d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ Makefile.in
 *.o
 *.l[ao]
 *_p.h
+.dirstamp
 .stamps/
 stamp-h?
 *.swp
@@ -17,6 +18,7 @@ giommconfig.h
 /aclocal.m4
 /autom4te.cache/
 /config.h
+/config.h.in
 /config.log
 /config.status
 /configure
@@ -45,7 +47,7 @@ giommconfig.h
 /examples/keyfile/example
 /examples/markup/parser
 /examples/options/example
-/examples/properties/properties_example
+/examples/properties/example
 /examples/regex/example
 /examples/thread/dispatcher
 /examples/thread/dispatcher2
@@ -130,6 +132,6 @@ giommconfig.h
 
 # tools/
 /tools/extra_defs_gen/generate_defs_gio
-/tools/extra_defs_gen/generate_extra_defs
+/tools/extra_defs_gen/generate_defs_glib
 /tools/generate_wrap_init.pl
 /tools/gmmproc



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