diff options
author | Jake Bell <jake@theunraveler.com> | 2011-05-26 12:34:37 -0500 |
---|---|---|
committer | Jake Bell <jake@theunraveler.com> | 2011-05-26 12:34:37 -0500 |
commit | f8aae64e478066be7d05f5eb6970c356cafcfd36 (patch) | |
tree | 814d6c33f87872f58881ec366b8cbb5d9b2633f6 /.gitignore | |
parent | ab2a7b51a8c3ead55a272fba58232d0823e519a2 (diff) | |
download | zsh-f8aae64e478066be7d05f5eb6970c356cafcfd36.tar.gz zsh-f8aae64e478066be7d05f5eb6970c356cafcfd36.tar.bz2 zsh-f8aae64e478066be7d05f5eb6970c356cafcfd36.zip |
Adding ability to override plugins from the custom directory.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4b555067e..8fdfae286 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ locals.zsh log/.zsh_history projects.zsh custom/* +!custom/example !custom/example.zsh cache |