From 677b5344a13f2c16ae22a1dc29786110f37bc6b6 Mon Sep 17 00:00:00 2001 From: David Alexander Majnemer Date: Mon, 19 Jan 2009 12:30:40 -0500 Subject: [PATCH] make the gitignore file ignore more types of zsh history files --- zsh/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.gitignore b/zsh/.gitignore index 23eddc0..90e71a2 100644 --- a/zsh/.gitignore +++ b/zsh/.gitignore @@ -1,3 +1,3 @@ -.history +.history* .zcompdump* .*-cache