From 23296086b96961e8b7d6c7739139da2be0724e7b Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 11 Aug 2017 14:22:21 -0600 Subject: [PATCH] drop vendor directories from .gitignore Prior to this change, the execnet vendoring directories were hidden from Git. This could lead to the vendor'd execnet still being published from old Git clones (in fact this happened for the 0.0.30 release on PyPI). Drop the .gitignores to make it more obvious that we need to clean up these files. --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index afdf6d1..b327d00 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,3 @@ nosetests.xml .mr.developer.cfg .project .pydevproject - -# vendor -remoto/lib/vendor/execnet -execnet -- 2.47.3