From 398dcb66af491902dcfae3a80f25964dbef28e06 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 9 Nov 2017 18:19:24 +0100 Subject: [PATCH] Ignore .netrwhist This file is automatically written by vim and doesn't belong in under source control. See https://stackoverflow.com/questions/9850360/what-is-netrwhist --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cc19234..1807ab5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ vim/bundle/ +vim/.netrwhist