diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-29 14:03:40 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-29 14:03:40 -0500 |
commit | 9f91825dc3885433394a8faadc40b7c22a4aeef7 (patch) | |
tree | 333a518ebe374cdedd9b88387cd67479b91d25d7 /.chezmoiignore | |
parent | more cwm bindings (diff) |
update list of files ignored by chezmoi
Diffstat (limited to '.chezmoiignore')
-rw-r--r-- | .chezmoiignore | 32 |
1 files changed, 23 insertions, 9 deletions
diff --git a/.chezmoiignore b/.chezmoiignore index db2a9e2..45cfd23 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -16,26 +16,35 @@ chezmoi.toml.censored {{- end }} # files in home +.*~ +.**/*~ .Xauthority .auth.gpg +.bash_history .cache +.config/GIMP +.config/Recoll.org +.config/Signal .config/borg .config/chezmoi .config/dconf +.config/evince .config/gtk-3.0 +.config/htop +.config/ncmpcpp/* +!.config/ncmpcpp/config +.config/pavucontrol.ini +.config/pulse/* +!.config/pulse/daemon.conf +!.config/pulse/default.pa .emacs.d/auto-save-list .emacs.d/dictem .emacs.d/elpa .emacs.d/transient .fonts -.gnupg/crls.d -.gnupg/private-keys-v1.d -.gnupg/pubring.gpg -.gnupg/pubring.kbx -.gnupg/random_seed -.gnupg/secring.gpg -.gnupg/tofu.db -.gnupg/trustdb.gpg +.gnupg/* +!.gnupg/gpg-agent.conf.tmpl +!.gnupg/gpg.conf .go .keychain .lbdb @@ -46,7 +55,10 @@ chezmoi.toml.censored .mutt/cache .mutt/tmp .opam +.recoll .ssh/known_hosts.old +.ssh/keys/{{ .chezmoi.hostname }}/id_ed25519 +.ssh/keys/{{ .chezmoi.hostname }}/id_rsa .texlive202* .texmf/doc .texmf/fonts @@ -66,8 +78,10 @@ chezmoi.toml.censored .xsession-errors .zcompdump .zsh/**/*.zwc +.zsh/cache .zsh/history Documents Downloads News ->>>>>>> 4b28430 (Ignore some files) +src +tmp |