From aabb01583bc7c790f3350d86335160db781d1194 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Thu, 14 May 2015 16:14:10 -0700 Subject: [PATCH] add .egg and similar to .gitignore Running tests leaves these behind. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fe1282a..193e387 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ *.~ \#* .*~ +.eggs +*.egg *.egg-info example/*/*.log example/*.db