From: Alexander Popov Date: Thu, 26 Mar 2020 13:57:54 +0000 (+0300) Subject: Add vim swp files to gitignore X-Git-Tag: v0.5.7~46 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=sidebyside;h=99f173145a919193a4227e592a3af8ed88b1e7af;p=kconfig-hardened-check.git Add vim swp files to gitignore --- diff --git a/.gitignore b/.gitignore index 20af724..8cbc1b8 100644 --- a/.gitignore +++ b/.gitignore @@ -123,4 +123,7 @@ venv.bak/ dmypy.json # Pyre type checker -.pyre/ \ No newline at end of file +.pyre/ + +# vim swp files +.*.swp