.gitignore (804B)
1 # The bane of every mac user 2 .DS_Store 3 4 # Secrets 5 shell/secret_env 6 neomutt/secret 7 8 # Email stuff 9 notmuch/ 10 mbsync/ 11 msmtp/ 12 13 # Contacts/calendars 14 vdirsyncer/ 15 16 # CLI for my router 17 scripts/wifi 18 19 # Newsboat 20 newsboat/history.cmdline 21 newsboat/history.search 22 newsboat/error.log 23 newsboat/cache.db 24 25 # w3m: don't want to share history, cookies, etc. 26 w3m/* 27 !w3m/cgi-bin/ 28 !w3m/config 29 !w3m/keymap 30 !w3m/siteconf 31 !w3m/urimethodmap 32 33 # GNUPG: Don't want to share my keys, but I want the config in git 34 gnupg/* 35 !gnupg/gpg.conf 36 37 # pipe-viewer 38 pipe-viewer/* 39 !pipe-viewer/pipe-viewer.conf 40 41 # ncmpcpp 42 ncmpcpp/error.log 43 ncmpcpp/patterns.list 44 45 # Misc 46 *.pyc 47 vim/autoload/plug.vim* 48 nvim/plugin/packer_compiled.lua 49 karabiner/automatic_backups/ 50 /tools/solvitaire 51 bin/geckodriver 52 Gemfile.lock 53 54 # irssi 55 irssi/*.log 56 irssi/config.autosave