[libchamplain/libchamplain-0.6: 7/10] Update .gitignore, use only a single .gitignore for the whole project



commit 1fc9282e5d6fc788f1cfff1b9c1e4018b3215bfb
Author: JiÅ?í Techet <techet gmail com>
Date:   Wed Jun 2 01:28:03 2010 +0200

    Update .gitignore, use only a single .gitignore for the whole project
    
    Signed-off-by: JiÅ?í Techet <techet gmail com>

 .gitignore               |   50 ++++++++++++++++++++++++++++++++++++++++++++-
 bindings/vala/.gitignore |    3 --
 m4/.gitignore            |    5 ----
 3 files changed, 48 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 25f0adc..bfa6a27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,9 @@ autom4te.cache
 *.stamp
 *.gir
 *.typelib
+*.gi
+*~
+*.sw?
 champlain-gtk/champlain-gtk-marshal.c
 champlain-gtk/champlain-gtk-marshal.h
 champlain/champlain-marshal.c
@@ -20,6 +23,7 @@ champlain/champlain-enum-types.h
 champlain/launcher
 champlain/stamp-enum-types
 champlain/champlain-version.h
+champlain/champlain-features.h
 compile
 config.guess
 config.h
@@ -33,13 +37,42 @@ demos/launcher
 demos/launcher-gtk
 demos/polygons
 demos/url-marker
+demos/local-rendering
+demos/minimal
+demos/minimal-gtk
 depcomp
 compile
+docs/reference-gtk/libchamplain-gtk-undeclared.txt
+docs/reference-gtk/libchamplain-gtk-undocumented.txt
+docs/reference-gtk/libchamplain-gtk-unused.txt
+docs/reference-gtk/libchamplain-gtk.args
+docs/reference-gtk/libchamplain-gtk.hierarchy
+docs/reference-gtk/libchamplain-gtk.interfaces
+docs/reference-gtk/libchamplain-gtk.prerequisites
+docs/reference-gtk/libchamplain-gtk.signals
 docs/reference-gtk/version.xml
+docs/reference-gtk/libchamplain-gtk-decl-list.txt
+docs/reference-gtk/libchamplain-gtk-decl.txt
+docs/reference-gtk/libchamplain-gtk-overrides.txt
+docs/reference-gtk/libchamplain-gtk-types.txt
+docs/reference-gtk/libchamplain-gtk.types
 docs/reference-gtk/html/*.*
 docs/reference-gtk/tmpl/*.*
 docs/reference-gtk/xml/*.*
 docs/reference/version.xml
+docs/reference/libchamplain-undeclared.txt
+docs/reference/libchamplain-undocumented.txt
+docs/reference/libchamplain-unused.txt
+docs/reference/libchamplain.args
+docs/reference/libchamplain.hierarchy
+docs/reference/libchamplain.interfaces
+docs/reference/libchamplain.prerequisites
+docs/reference/libchamplain.signals
+docs/reference/libchamplain-decl-list.txt
+docs/reference/libchamplain-decl.txt
+docs/reference/libchamplain-overrides.txt
+docs/reference/libchamplain-types.txt
+docs/reference/libchamplain.types
 docs/reference/html/*.*
 docs/reference/tmpl/*.*
 docs/reference/xml/*.*
@@ -55,6 +88,19 @@ tidy/tidy-enum-types.c
 tidy/tidy-enum-types.h
 tidy/tidy-marshal.c
 tidy/tidy-marshal.h
-*~
+bindings/python/update-binding.sh
+bindings/python/champlain-gtk/pychamplaingtk.c
+bindings/python/champlain/pychamplain.c
+bindings/python/champlain/pychamplainmemphis.c
+bindings/vala/champlain-gtk/create.sh
+bindings/vala/champlain-memphis/create.sh
+bindings/vala/champlain/create.sh
+bindings/vala/champlain/create.sh
 tags
-*.sw?
+m4/libtool.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion.m4
+m4/lt~obsolete.m4
+bindings/vala/demos/*.c
+bindings/vala/demos/launcher



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