projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81ebb2a
)
Ignore unpacked *.egg directories
author
Jeremy Stanley
<fungi@yuggoth.org>
Thu, 4 May 2017 19:34:08 +0000
(19:34 +0000)
committer
Jeremy 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
15d618f
..
8334b06
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-3,6
+3,7
@@
# terms provided in the LICENSE file distributed with this software.
*.egg-info/
+*.egg/
.eggs/
.tox/
AUTHORS