From 4966613ae112cbf18717c301c161004043f8c1a4 Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Mon, 7 Jun 2010 13:49:43 -0700 Subject: [PATCH] ignore nfs files, ignore zcompcache files --- .gitignore | 1 + zsh/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bf9dfdc..10920cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.swp .DS_Store +.nfs.* diff --git a/zsh/.gitignore b/zsh/.gitignore index 90e71a2..69e5e87 100644 --- a/zsh/.gitignore +++ b/zsh/.gitignore @@ -1,3 +1,4 @@ .history* .zcompdump* +.zcompcache* .*-cache