[rhythmbox] add a probably excessive .gitignore file



commit 73325fa19b663e2ef7769c8dd4ec917546fbdd29
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sat Apr 18 03:04:19 2009 +1000

    add a probably excessive .gitignore file
---
 .gitignore |  104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 104 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c6bc029
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,104 @@
+*.[oa]
+*.l[oa]
+.deps
+.libs
+*.pyc
+*.rb-plugin
+
+autom4te*.cache
+stamp-h
+stamp-h.in
+stamp-h1
+libtool
+ltmain.sh
+intltool*
+compile
+confdefs.h
+configure
+config.*
+aclocal.m4
+Makefile
+Makefile.in
+install-sh
+missing
+mkinstalldirs
+py-compile
+INSTALL
+depcomp
+gtk-doc.make
+gnome-doc-utils.make
+
+#
+bindings/python/rb.c
+bindings/python/rhythmdb.c
+
+#
+org.gnome.Rhythmbox.service
+*.desktop
+rhythmbox.desktop.in
+playlists.xml
+
+#
+help/*.omf
+help/*/*.mo
+help/*/rhythmbox.xml
+
+#
+lib/rb-marshal.c
+lib/rb-marshal.h
+lib/*-inline.h
+
+#
+macros/*.m4
+
+#
+metadata/rhythmbox-metadata
+metadata/test-metadata
+
+#
+plugins/audiocd/sj-metadata-marshal.c
+plugins/audiocd/sj-metadata-marshal.h
+plugins/daap/rb-daap-glue.h
+plugins/sample-vala/rb-sample-vala-plugin.c
+plugins/sample-vala/rb-sample-vala-plugin.h
+plugins/visualizer/rb-visualizer-glue.h
+
+#
+po/*.gmo
+po/*.mo
+po/*.pot
+po/Makefile.in.in
+po/POTFILES
+po/missing
+po/notexist
+po/stamp-it
+po/.intltool-merge-cache
+
+#
+podcast/test-podcast-parse
+
+#
+remote/dbus/rhythmbox-client
+
+#
+shell/*.tab
+shell/rhythmbox
+shell/rb-shell-glue.h
+shell/rb-shell-player-glue.h
+shell/rb-playlist-manager-glue.h
+shell/rb-shell-binding.h
+shell/rb-shell-player-binding.h
+
+#
+tests/bench-rhythmdb-load
+tests/test-rb-lib
+tests/test-file-helpers
+tests/test-rhythmdb
+tests/test-rhythmdb-property-model
+tests/test-rhythmdb-query-model
+tests/test-audioscrobbler
+tests/test-widgets
+
+#
+doc/reference/tmpl/*.sgml
+doc/reference/tmpl/*.sgml.bak



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