From 5c86679d5a4aa6279d93e3e15e50a5b742bab932 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Tue, 18 Sep 2018 22:32:05 +0000 Subject: [PATCH] gitignore: Add swp files (for vim). --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c4f5e9ad..910ff902 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,9 @@ zuliprc botserverrc .botserverrc +# vim +.swp + # mypy .mypy_cache