From 09473089eca71ad2f0e8c27f43150d9dab33624a Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Fri, 21 Aug 2015 15:32:27 -0400 Subject: Exclude egg-info --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ad73603..eb39413 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *__pycache__* *.swp +*.egg-info dist/ build/ RELEASE-VERSION -- cgit