From d3e3f870d8e030db33115c775df62e8adb767f58 Mon Sep 17 00:00:00 2001 From: Robin Ramael Date: Sun, 9 Jan 2011 12:12:56 +0100 Subject: [PATCH] Changed .gitignore to ignore all files in custom, not only .zsh files, so other stuff can be put there without problem. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f84db6dc2..8d19d100c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ locals.zsh log/.zsh_history projects.zsh -custom/*.zsh +custom/* !custom/example.zsh \ No newline at end of file