diff options
author | Robby Russell <robby@planetargon.com> | 2014-03-22 15:58:00 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-03-22 15:58:00 -0700 |
commit | 668886e20376479961250c9c44b8c0673e62f11d (patch) | |
tree | 96fbc3c4245a92f80aa54458c718bb4d92191fa8 /.gitignore | |
parent | 5540daf4a2cc7dbf5353f4e05ed13a3e6d25b9cb (diff) | |
parent | af03da0dc91a32175f99f85ab1fc09dc4246fef9 (diff) | |
download | zsh-668886e20376479961250c9c44b8c0673e62f11d.tar.gz zsh-668886e20376479961250c9c44b8c0673e62f11d.tar.bz2 zsh-668886e20376479961250c9c44b8c0673e62f11d.zip |
Merge pull request #1117 from Peeja/move-example-plugin
Move example plugin to the custom plugins directory.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 51a5ee6c3..8fa66f02f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ locals.zsh log/.zsh_history projects.zsh -custom/* -!custom/example +custom +!custom/plugins/example !custom/example.zsh *.swp !custom/example.zshcache |