From 4e145026ddb9cf24cf67adcf2b848f4998f81be3 Mon Sep 17 00:00:00 2001 From: Alexander Klauer Date: Mon, 4 Mar 2013 09:04:04 +0100 Subject: [PATCH] Also ignore .swp files created by vim --- .gitignore | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index f68ace6..ec0c12e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *~ +*.swp *.o *.la *.lo -- libgit2 0.21.4