Update .gitignore files.

This commit is contained in:
Darren 'Tadgy' Austin 2023-10-19 21:20:32 +01:00
commit 4f20dbac29
14 changed files with 52 additions and 53 deletions

22
.config/.gitignore vendored
View file

@ -1,11 +1,11 @@
GIMP/
QtProject.conf
VirtualBox/
chromium/
evince/
iterm2/
libreoffice/
libvirt/
mimeapps.list
pulse/
xfce4/
/GIMP/
/QtProject.conf
/VirtualBox/
/chromium/
/evince/
/iterm2/
/libreoffice/
/libvirt/
/mimeapps.list
/pulse/
/xfce4/

View file

@ -1,4 +1,4 @@
*
!.gitignore
!Preferences
!config.json
/*
!/.gitignore
!/Preferences
!/config.json

View file

@ -1 +1 @@
user
/user

View file

@ -1,11 +1,11 @@
extension-errors.log
extensions/
fonts/
icons/
keys/
paint/
palettes/
symbols/
templates/
themes/
ui/
/extension-errors.log
/extensions/
/fonts/
/icons/
/keys/
/paint/
/palettes/
/symbols/
/templates/
/themes/
/ui/

View file

@ -1 +1 @@
lxterminal.conf
/lxterminal.conf

8
.gnupg/.gitignore vendored
View file

@ -1,4 +1,4 @@
*~
S.*
.#*
random_seed
/*~
/S.*
/.#*
/random_seed

View file

@ -1 +1 @@
*.rev
/*.rev

View file

@ -1 +1 @@
*.key
/*.key

4
.irssi/.gitignore vendored
View file

@ -1,2 +1,2 @@
config
slack_update.txt
/config
/slack_update.txt

4
.local/.gitignore vendored
View file

@ -1,2 +1,2 @@
bin/
lib/
/bin/
/lib/

View file

@ -1,8 +1,8 @@
Mousepad/
Trash/
clipit/
gegl-0.4/
gvfs-metadata/
mime/
recently-used.xbel
rss2email.json
/Mousepad/
/Trash/
/clipit/
/gegl-0.4/
/gvfs-metadata/
/mime/
/recently-used.xbel
/rss2email.json

View file

@ -1 +1 @@
search_history
/search_history

View file

@ -1 +1 @@
*
/*

9
.ssh/.gitignore vendored
View file

@ -1,5 +1,4 @@
agents*
id_rsa
id_ed25519
id_ed25519_github
known_hosts*
/agents*
/id_rsa
/id_ed25519
/known_hosts*