Update .gitignore

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2023-02-07 19:58:58 +01:00
parent 5886884a3d
commit 782ab91b33
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

15
.gitignore vendored
View file

@ -3,10 +3,7 @@ composer.phar
bin/composer bin/composer
system/.config/dconf/user system/.config/dconf/user
system/.config/mpv/encoding.rst
system/.config/mpv/tech-overview.txt
system/.config/mpv/mplayer-input.conf
system/.config/mpv/restore-old-bindings.conf
system/.config/MusicBrainz/Picard-*.ini system/.config/MusicBrainz/Picard-*.ini
@ -14,13 +11,12 @@ system/.config/MusicBrainz/Picard-*.ini
system/.config/pulse/* system/.config/pulse/*
!system/.config/pulse/default.pa !system/.config/pulse/default.pa
system/.config/cmus/*
!system/.config/cmus/rc
system/.config/gtk-2.0/gtkfilechooser.ini system/.config/gtk-2.0/gtkfilechooser.ini
system/.config/task/localrc # mpv
system/.config/mpv/*
!system/.config/mpv/input.conf
!system/.config/mpv/mpv.conf
# Element Desktop # Element Desktop
system/.config/Element/* system/.config/Element/*
@ -37,7 +33,6 @@ system/.local/share/applications/discord-*.desktop
system/.local/share/applications/wine/ system/.local/share/applications/wine/
system/.local/share/applications/mimeinfo.cache system/.local/share/applications/mimeinfo.cache
system/.config/mpd/database
*id_rsa* *id_rsa*
system/.config/ssh/known_hosts system/.config/ssh/known_hosts
.BUILDINFO .BUILDINFO