2019-11-17 05:33:20 +01:00
|
|
|
# Zsh compiled script + zrecompile backup
|
|
|
|
*.zwc
|
|
|
|
*.zwc.old
|
|
|
|
|
|
|
|
# Zsh completion-optimization dumpfile
|
|
|
|
*zcompdump*
|
|
|
|
|
|
|
|
# Zsh zcalc history
|
|
|
|
.zcalc_history
|
|
|
|
|
|
|
|
# A popular plugin manager's files
|
2020-01-18 10:02:05 +01:00
|
|
|
._zinit
|
|
|
|
.zinit_lastupd
|
2019-11-17 05:33:20 +01:00
|
|
|
|
|
|
|
# zdharma/zshelldoc tool's files
|
|
|
|
zsdoc/data
|
|
|
|
|
2019-12-16 00:58:29 +01:00
|
|
|
# ohmyzsh/ohmyzsh/plugins/per-directory-history plugin's files
|
2019-11-17 05:33:20 +01:00
|
|
|
# (when set-up to store the history in the local directory)
|
|
|
|
.directory_history
|
|
|
|
|
|
|
|
# MichaelAquilina/zsh-autoswitch-virtualenv plugin's files
|
|
|
|
# (for Zsh plugins using Python)
|
|
|
|
.venv
|
|
|
|
|
|
|
|
# Zunit tests' output
|
|
|
|
/tests/_output/*
|
|
|
|
!/tests/_output/.gitkeep
|