mirror of
https://github.com/zplug/zplug
synced 2025-04-04 22:59:13 +02:00
32 lines
242 B
Plaintext
32 lines
242 B
Plaintext
# zplug
|
|
bin/*
|
|
!bin/zplug-env
|
|
repos/*
|
|
.cache
|
|
cache
|
|
log
|
|
.gitignore.d/*
|
|
.error_log
|
|
|
|
# zsh
|
|
zcompdump
|
|
**/zcompdump
|
|
zcompdump.zwc
|
|
**/zcompdump.zwc
|
|
|
|
# a2x (man page)
|
|
*.xml
|
|
**/*.xml
|
|
|
|
# vim
|
|
*~
|
|
**/*~
|
|
*.swp
|
|
**/*.swp
|
|
|
|
# OS X
|
|
.DS_Store
|
|
**/.DS_Store
|
|
|
|
.ssh
|