From af03da0dc91a32175f99f85ab1fc09dc4246fef9 Mon Sep 17 00:00:00 2001
From: Peter Jaros <peter.a.jaros@gmail.com>
Date: Wed, 16 May 2012 14:51:52 -0400
Subject: [PATCH] Move example plugin to the custom plugins dir.

---
 .gitignore                                      | 4 ++--
 custom/{ => plugins}/example/example.plugin.zsh | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename custom/{ => plugins}/example/example.plugin.zsh (100%)

diff --git a/.gitignore b/.gitignore
index 2e8db7341..fdd13bb87 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
 cache
 *.swp
diff --git a/custom/example/example.plugin.zsh b/custom/plugins/example/example.plugin.zsh
similarity index 100%
rename from custom/example/example.plugin.zsh
rename to custom/plugins/example/example.plugin.zsh