From a46e57c6e27ec4e0129cd567de8b5ccffd1c2ea1 Mon Sep 17 00:00:00 2001 From: Alejandro Cabrera Date: Tue, 16 Jul 2013 17:59:28 -0400 Subject: [PATCH] Ignore *.egg files. Change-Id: I0c895fffdd23e7190477ffc1cfa5663bc9b8a57d --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cc664403..8cd4512c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.dat TAGS *.egg-info +*.egg build .coverage .tox