1
0
mirror of https://github.com/zplug/zplug synced 2025-08-25 15:14:43 +02:00
zplug/.gitignore
Naoki Mizuno 61356de1d3 Ignore cache files and files in bin other than the sample
Note that this doesn't ignore the `repos' directory that it currently creates.
This is under the assumption that the directory structure will be changed to
what is described in:

https://github.com/b4b4r07/zplug/issues/71#issuecomment-171150415
2016-01-20 20:59:02 -05:00

10 lines
87 B
Plaintext

.DS_Store
**/.DS_Store
.ignore
bin/*
!bin/zplug-env
**/zcompdump
**/*~
**/*.swp
.cache