From f529012250f36c26da3a6c92795c517031cf965b Mon Sep 17 00:00:00 2001 From: Matt Bailey Date: Thu, 7 Feb 2013 23:28:27 -0800 Subject: [PATCH] add .netrwhist to .gitignore .netrwhist gets added a number of ways, and annoyingly makes the repo dirty if you're using vundle as a git submodule --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 926ccaa..f276604 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ doc/tags +.netrwhist