From f9c2a283d6869d1144cf1ffd4f485cdba41416fa Mon Sep 17 00:00:00 2001 From: Sam Betts Date: Mon, 11 Apr 2016 11:14:57 +0100 Subject: [PATCH] Make sure that .eggs directory is in gitignore This patch changes *.egg and *.egg-info to *.egg* to cover both cases that were existing before and also cover .eggs Change-Id: I896d408a0c8f13352838bb4068a194ab5c4515cc --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a0a6c4c38..166a1505f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,7 @@ src/* build/* AUTHORS ChangeLog -*.egg-info -*.egg +*.egg* .tox/* devenv/* cover