Ignore unpacked *.egg directories
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 4 May 2017 19:34:08 +0000 (19:34 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 4 May 2017 19:34:08 +0000 (19:34 +0000)
When performing in-tree sdist installs, stray *.egg directories may
be left behind. Don't track them.

.gitignore

index 15d618f..8334b06 100644 (file)
@@ -3,6 +3,7 @@
 # terms provided in the LICENSE file distributed with this software.
 
 *.egg-info/
+*.egg/
 .eggs/
 .tox/
 AUTHORS