From 94ae1388b15d2b3d253b804b30e6057145062c79 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Tue, 4 Oct 2011 02:59:00 -0700 Subject: [PATCH] Updated .gitignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 315674fe..0300bc77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ .* !.gitignore -*.pyc -.*.swp +*~ +*.py[co] +.*.sw[po] *.egg docs/.build docs/_build