From 1fc9e772d21b397503d6984c1256e0de8ff1b285 Mon Sep 17 00:00:00 2001 From: alexg0 Date: Fri, 11 Dec 2009 12:33:59 -0600 Subject: [PATCH] .gitignore emacs backup files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f84db6dc2..4300ca39e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ locals.zsh log/.zsh_history projects.zsh custom/*.zsh -!custom/example.zsh \ No newline at end of file +!custom/example.zsh + +# editor backup files +*~