From e5b5a119d8ce9920532ec2be358035143f50a97d Mon Sep 17 00:00:00 2001 From: bluekrow Date: Sun, 4 Mar 2018 04:24:46 +0100 Subject: [PATCH] Remove final slash from ignored path --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 56eb5fedd..e24b92143 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# custom files +custom/ +!custom/plugins/example/ +!custom/example.zsh + # temp files directories cache/ log/