From: Jeremy Stanley Date: Thu, 4 May 2017 19:34:08 +0000 (+0000) Subject: Ignore unpacked *.egg directories X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=e3a939148f5c87b62258ffadcd19dc4690105911 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