commit 5aa8a390e0442001f96760e02e8c6a2b021c26b8 parent 7aa7a9270dad5deeb9a1c4a10688c26f61535b64 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Thu, 5 Nov 2020 14:10:23 +0100 gitignore Former-commit-id: c93be54f5bd905ccf30de25785e2c6b518bb8929 Diffstat:
M | .gitignore | | | 26 | ++++++++++++++++++++------ |
1 file changed, 20 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,17 +1,31 @@ +# The bane of every mac user .DS_Store + +# Secrets shell/secret_env +mutt/secret + +# CLI for my router +scripts/wifi + +# Newsboat newsboat/history.cmdline newsboat/history.search newsboat/error.log -*.pyc -vim/autoload/plug.vim* -irssi/*.log -mpv/scripts/shared/sponsorblock.db* -karabiner/automatic_backups/ + +# w3m: don't want to share history, cookies, etc. w3m/* !w3m/config !w3m/mailcap !w3m/keymap -mutt/secret + +# GNUPG: Don't want to share my keys, but I want the config in git gnupg/* !gnupg/gpg.conf + +# Misc +*.pyc +vim/autoload/plug.vim* +irssi/*.log +mpv/scripts/shared/sponsorblock.db* +karabiner/automatic_backups/