From 15664ec79f4f9f6f63c227781632d8600b54537b Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Sat, 5 Feb 2011 12:52:33 -0500 Subject: [PATCH] Tell git to ignore .swp files from vim --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0d20b648..c9b568f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.pyc +*.swp