From: Jeremy Stanley Date: Thu, 4 May 2017 19:34:08 +0000 (+0000) Subject: Ignore unpacked *.egg directories X-Git-Tag: 0.0.1~163 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=b49b46647b67b797a42b8ffaeca3801bb3b71250;ds=sidebyside Ignore unpacked *.egg directories When performing in-tree sdist installs, stray *.egg directories may be left behind. Don't track them. --- diff --git a/.gitignore b/.gitignore index 15d618f..8334b06 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # terms provided in the LICENSE file distributed with this software. *.egg-info/ +*.egg/ .eggs/ .tox/ AUTHORS