From f5721d9922e2ca3ced674b4499f32bf5457fc784 Mon Sep 17 00:00:00 2001 From: Dan Stroot Date: Sat, 31 Dec 2016 13:56:02 -0800 Subject: [PATCH] Clean up .gitignore even further custom/ does not allow the custom directory to be symlinked elsewhere and by forcing the examples to be included you cannot delete them from your custom directory. This allows you to tidy up your custom directory as well as symlink it elsewhere and normal .oh-my-zsh updates will still work normally. --- .gitignore | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b2022081a..afee751bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ # custom files -custom/ -!custom/plugins/example -!custom/example.zsh +custom # temp files directories -cache/ -log/ +cache +log