mirror of
https://github.com/zdharma-continuum/zinit-annex-unscope.git
synced 2024-11-21 13:48:01 +01:00
49 lines
827 B
Text
49 lines
827 B
Text
# Zsh compiled script + zrecompile backup
|
|
*.zwc
|
|
*.zwc.old
|
|
|
|
# Zsh completion-optimization dumpfile
|
|
*zcompdump*
|
|
|
|
# Zsh zcalc history
|
|
.zcalc_history
|
|
|
|
# A popular plugin manager's files
|
|
._zinit
|
|
.zinit_lastupd
|
|
|
|
# zdharma/zshelldoc tool's files
|
|
zsdoc/data
|
|
|
|
# ohmyzsh/ohmyzsh/plugins/per-directory-history plugin's files
|
|
# (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
|
|
|
|
### Vim
|
|
# Swap
|
|
[._]*.s[a-v][a-z]
|
|
!*.svg # comment out if you don't need vector files
|
|
[._]*.sw[a-p]
|
|
[._]s[a-rt-v][a-z]
|
|
[._]ss[a-gi-z]
|
|
[._]sw[a-p]
|
|
|
|
# Session
|
|
Session.vim
|
|
Sessionx.vim
|
|
|
|
# Temporary
|
|
.netrwhist
|
|
*~
|
|
# Auto-generated tag files
|
|
tags
|
|
# Persistent undo
|
|
[._]*.un~
|