[rhythmbox] mostly clear out .gitignore



commit c5a0fedf1a17d22d0e5644217a819b91996cfdd6
Author: Jonathan Matthew <jonathan d14n org>
Date:   Fri Apr 8 22:18:51 2022 +1000

    mostly clear out .gitignore
    
    meson takes care of most of this for us, so now we only really need to
    worry about files generated by other tools.

 .gitignore | 144 -------------------------------------------------------------
 1 file changed, 144 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 03f6f61cb..511efea20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,147 +1,3 @@
-*.[oa]
-*.l[oa]
-.deps
-.libs
-*.pyc
-*.plugin
 cscope.out
 *.ui~
-*.loT
-*.ui.h
-*.in.h
 
-configure.tmp
-conftest*
-autom4te*.cache
-stamp-h
-stamp-h.in
-stamp-h1
-libtool
-ltmain.sh
-compile
-confdefs.h
-configure
-config.*
-!config.h.meson
-aclocal.m4
-Makefile
-Makefile.in
-install-sh
-missing
-mkinstalldirs
-py-compile
-INSTALL
-depcomp
-gtk-doc.make
-gnome-doc-utils.make
-rhythmbox.pc
-ABOUT-NLS
-
-#
-!bindings/gi/Makefile.am
-bindings/gi/
-
-#
-org.gnome.Rhythmbox3.service
-*.desktop
-org.gnome.Rhythmbox3.desktop.in
-org.gnome.Rhythmbox3.device.desktop.in
-playlists.xml
-gschemas.compiled
-org.gnome.rhythmbox.gschema.valid
-org.gnome.Rhythmbox3.appdata.xml
-
-#
-help/*.omf
-help/*/*.mo
-help/*/rhythmbox.xml
-help/*/index.docbook
-help/*/legal.xml
-help/*/fdl-appendix.xml
-help/*/*.stamp
-
-#
-lib/*-inline.h
-
-#
-m4/*.m4
-
-#
-metadata/rhythmbox-metadata
-metadata/test-metadata
-
-#
-sample-plugins/sample-vala/rb-sample-vala-plugin.c
-sample-plugins/sample-vala/rb-sample-vala-plugin.h
-sample-plugins/sample-vala/libsample_vala_la_vala.stamp
-
-#
-po/*.gmo
-po/*.mo
-po/*.pot
-po/Makefile.in.in*
-po/POTFILES
-po/missing
-po/notexist
-po/stamp-it
-po/Makevars.template
-po/Rules-quot
-po/boldquot.sed
-po/en@boldquot.header
-po/en@quot.header
-po/insert-header.sin
-po/quot.sed
-po/remove-potcdate.sin
-
-#
-podcast/test-podcast-parse
-podcast/test-podcast-search
-
-#
-remote/dbus/rhythmbox-client
-
-#
-shell/*.tab
-shell/rhythmbox
-shell/rb-resources.c
-
-#
-test-driver
-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
-tests/*.trs
-tests/*.log
-tests/*-resources.c
-
-#
-doc/reference/tmpl/*.sgml
-doc/reference/tmpl/*.sgml.bak
-doc/reference/*.stamp
-doc/reference/html/
-doc/reference/xml/
-doc/reference/rhythmbox-decl*
-doc/reference/rhythmbox-undeclared.txt
-doc/reference/rhythmbox-undocumented.txt
-doc/reference/rhythmbox-unused.txt
-doc/reference/rhythmbox.args
-doc/reference/rhythmbox.hierarchy
-doc/reference/rhythmbox.interfaces
-doc/reference/rhythmbox.prerequisites
-doc/reference/rhythmbox.signals
-
-#
-widgets/test-rb-segmented-bar
-widgets/test-uri-dialog
-
-plugins/audiocd/test-cd
-plugins/ipod/test-ipod
-plugins/rb/rbconfig.py
-plugins/*/*-resources.c
-plugins/*/*.trs
-plugins/*/*.log


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