From 616315d5ffab08966f09dd3f10cadc2a5ad9f18c Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Sat, 29 Jul 2017 11:53:06 -0400 Subject: [PATCH] gitignore: vim swapfiles Ignore the first 3 levels of Vim-generated swapfiles. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ba51fea2b4..24f3f3937d 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,9 @@ compiled/ .DS_Store *.bak TAGS +*.swn +*.swo +*.swp # generated by patch *.orig