From 7fcb31dda78d4106726d07a154d3b308cb3679fe Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 3 Jul 2012 12:04:27 -0400 Subject: [PATCH] Add vim swap files to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2466cb522..84eabb0d5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ build/* *.o ._* *.user +*.swp +*.swo Makefile* moc_* *~