[vinagre] Add .gitignore and remove git.mk



commit 0801691d2f7288b2c5a7c5e56797d010b6873d94
Author: David King <amigadave amigadave com>
Date:   Fri Mar 11 17:40:50 2011 +0100

    Add .gitignore and remove git.mk

 .gitignore       |   90 +++++++++++++++++++++++++++
 git.mk           |  182 ------------------------------------------------------
 help/Makefile.am |    2 -
 3 files changed, 90 insertions(+), 184 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d2a3cf6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,90 @@
+*~
+Makefile
+Makefile.in
+/.deps
+/.libs
+/*.tar.gz
+/ABOUT-NLS
+/INSTALL
+/Vinagre-3.0.gir
+/Vinagre-3.0.typelib
+/aclocal.m4
+/autom4te.cache
+/build-aux/
+/config.log
+/config.h
+/config.h.in
+/config.status
+/configure
+/gnome-doc-utils.make
+/help/*/*.mo
+/help/*/vinagre.xml
+/help/vinagre-*.omf
+/intltool-extract.in
+/intltool-merge.in
+/intltool-update.in
+/librdp.la
+/libreversevnc.la
+/libssh.la
+/libvinagre.la
+/libvnc.la
+/libtool
+/m4/
+/omf.make
+/plugins/im-status/im-status.plugin
+/plugins/rdp/*.lo
+/plugins/rdp/.deps
+/plugins/rdp/.dirstamp
+/plugins/rdp/.libs
+/plugins/rdp/rdp.plugin
+/plugins/reverse-vnc/*.lo
+/plugins/reverse-vnc/.deps
+/plugins/reverse-vnc/.dirstamp
+/plugins/reverse-vnc/.libs
+/plugins/reverse-vnc/if/*.lo
+/plugins/reverse-vnc/if/.deps
+/plugins/reverse-vnc/if/.dirstamp
+/plugins/reverse-vnc/if/.libs
+/plugins/reverse-vnc/reverse-vnc.plugin
+/plugins/spice/*.lo
+/plugins/spice/.deps
+/plugins/spice/.dirstamp
+/plugins/spice/.libs
+/plugins/spice/spice.plugin
+/plugins/ssh/*.lo
+/plugins/ssh/.deps
+/plugins/ssh/.dirstamp
+/plugins/ssh/.libs
+/plugins/ssh/ssh.plugin
+/plugins/vnc/*.lo
+/plugins/vnc/.deps
+/plugins/vnc/.dirstamp
+/plugins/vnc/.libs
+/plugins/vnc/vnc.plugin
+/po/.intltool-merge-cache
+/po/Makefile.in.in
+/po/Makevars.template
+/po/POTFILES
+/po/Rules-quot
+/po/boldquot.sed
+/po/en boldquot header
+/po/en quot header
+/po/insert-header.sin
+/po/remove-potcdate.sin
+/po/quot.sed
+/po/stamp-it
+/po/*.gmo
+/stamp-h1
+/vinagre/*.lo
+/vinagre/*.o
+/vinagre/.deps
+/vinagre/.dirstamp
+/vinagre/.libs
+/vinagre/view/*.lo
+/vinagre/view/.deps
+/vinagre/view/.dirstamp
+/vinagre/view/.libs
+/vinagre/vinagre
+/vinagre/vinagre-enums.*
+/vinagre/vinagre-marshal.*
+/xmldocs.make
diff --git a/help/Makefile.am b/help/Makefile.am
index ddf00ca..f1573ff 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -14,5 +14,3 @@ DOC_FIGURES = \
 	figures/vinagre-saving-bookmarks.png
 
 DOC_LINGUAS = ca cs de el en_GB es fr it oc pl pt pt_BR sq sl sv th zh_CN
-
--include $(top_srcdir)/git.mk



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