Skip to content

Commit

Permalink
Merge branch 'update-gitignore' into 'master'
Browse files Browse the repository at this point in the history
update .gitignore

See merge request GNOME/rhythmbox!103
  • Loading branch information
Jonathan Matthew committed Mar 24, 2021
2 parents cd8c0aa + d2d2ee2 commit b67f2cc
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
*.plugin
cscope.out
*.ui~
*.loT
*.ui.h
*.in.h

configure.tmp
conftest*
autom4te*.cache
stamp-h
stamp-h.in
Expand All @@ -33,10 +38,8 @@ rhythmbox.pc
ABOUT-NLS

#
bindings/gi/MPID-3.0.gir
bindings/gi/MPID-3.0.typelib
bindings/gi/RB-3.0.gir
bindings/gi/RB-3.0.typelib
!bindings/gi/Makefile.am
bindings/gi/

#
org.gnome.Rhythmbox3.service
Expand All @@ -46,6 +49,7 @@ org.gnome.Rhythmbox3.device.desktop.in
playlists.xml
gschemas.compiled
org.gnome.rhythmbox.gschema.valid
org.gnome.Rhythmbox3.appdata.xml

#
help/*.omf
Expand All @@ -66,11 +70,6 @@ m4/*.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

#
sample-plugins/sample-vala/rb-sample-vala-plugin.c
sample-plugins/sample-vala/rb-sample-vala-plugin.h
Expand All @@ -80,12 +79,12 @@ sample-plugins/sample-vala/libsample_vala_la_vala.stamp
po/*.gmo
po/*.mo
po/*.pot
po/Makefile.in.in
po/Makefile.in.in*
po/POTFILES
po/missing
po/notexist
po/stamp-it
po/.intltool-merge-cache
po/.intltool-merge-cache*
po/Makevars.template
po/Rules-quot
po/boldquot.sed
Expand All @@ -105,11 +104,6 @@ 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
shell/rb-resources.c

#
Expand Down Expand Up @@ -149,5 +143,3 @@ widgets/test-uri-dialog
plugins/audiocd/test-cd
plugins/rb/rbconfig.py
plugins/*/*-resources.c

data/rhythmbox.appdata.xml

0 comments on commit b67f2cc

Please sign in to comment.