From aa9ecc3d3a522321f214cb282c11406356d18559 Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Thu, 25 Jun 2020 15:50:58 -0400 Subject: [PATCH] Added troublesome file to gitignore (.netrwhist) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cdfff5e..28d9dd1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.un~ /vim/.vim/plugins/* *.swp +*.netrwhist