diff options
author | Daniel Elstner <danielk@openismus.com> | 2009-08-09 10:29:16 +0200 |
---|---|---|
committer | Daniel Elstner <danielk@openismus.com> | 2009-08-09 10:29:16 +0200 |
commit | 36a0cec41bd9909c2460b6de2db230ac9b389f56 (patch) | |
tree | e8004611d4b61055cc6ac84bc320db3a9f3c62a1 /.gitignore | |
parent | 1eab10eaec738e1987b3f402929b3539ef2e6382 (diff) | |
download | glibmm-36a0cec41bd9909c2460b6de2db230ac9b389f56.tar.gz |
Add .dirstamp and others to .gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |