From cd04e2e03ed92b0d2d41d32a279a82e28611ced4 Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Wed, 12 Mar 2008 00:29:31 -0500 Subject: [PATCH] Add *~ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index db36d78..905ced6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.pyc .*.swp .*.swo +*~