From 267be61cfa0a3b64df3eef4beb0e4ed208929bfc Mon Sep 17 00:00:00 2001 From: Jay Hayes Date: Fri, 15 Nov 2013 07:38:02 -0600 Subject: [PATCH] Fix .gitignore "custom" directory _again_ * Properly ignore the ./custom directory excluding the examples * Lol, I'm not sure why this has been so tricky :tongue: * See #2128, #2165 --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c2b47bba7..51a5ee6c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ locals.zsh log/.zsh_history projects.zsh --custom/* --!custom/example --!custom/example.zsh +custom/* +!custom/example +!custom/example.zsh *.swp !custom/example.zshcache cache/