From fb4d8d0832b411e09b431bb27cd86c072816f4b2 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Mon, 17 Feb 2020 14:26:28 +0100 Subject: [PATCH] update .gitignore to ignore .swp files created when using vim --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c7896667070..29dcde8fb73 100644 --- a/.gitignore +++ b/.gitignore @@ -139,3 +139,6 @@ serialization_dir # emacs *.*~ debug.env + +# vim +.*.swp