From b49b46647b67b797a42b8ffaeca3801bb3b71250 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 4 May 2017 19:34:08 +0000 Subject: [PATCH] Ignore unpacked *.egg directories When performing in-tree sdist installs, stray *.egg directories may be left behind. Don't track them. --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0