From edda7793d535e9e25f4a5067252f6f6c6cac571b Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Wed, 18 Aug 2010 03:54:35 -0400 Subject: [PATCH] Add Vim undo files to the .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e173dab09..67262f05b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ projects.zsh custom custom/*.zsh !custom/example.zsh +*.un~ .DS_Store