From 9ebd5ca30abd12d63895228dc3a259467385a250 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sun, 11 Oct 2015 17:32:52 +0200 Subject: [PATCH] Ignoring vim temp files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a78f277..8ae5227 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ __pycache__/ .vim/bundle/* !.vim/bundle/Vundle.vim .vim/.netrwhist +*.swp