From 70f4705f9127c32fcadec1db4181c90e639b0779 Mon Sep 17 00:00:00 2001 From: Craig Tracey Date: Tue, 10 Jun 2014 23:22:05 -0400 Subject: [PATCH] Ignore vim temp files No need to pull in .swp or .swo files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b779007..faaf0c3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ ChangeLog build pbr*.egg *.pyc +*.swp +*.swo