From: Ken Dreyer Date: Fri, 11 Aug 2017 20:22:21 +0000 (-0600) Subject: drop vendor directories from .gitignore X-Git-Tag: v0.0.31~6^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=23296086b96961e8b7d6c7739139da2be0724e7b;p=remoto.git 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. --- 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