From e10422e8122d26701e92e265cc4919c2f7a9304c Mon Sep 17 00:00:00 2001 From: Michal Rostecki Date: Wed, 27 Apr 2016 12:21:19 +0200 Subject: [PATCH] Add *egg/ directories to .gitignore Pip created *egg directory when using it with -e option. TrivialFix Change-Id: I21d4dba90ea90f8799a317637aa143338c59d106 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9c918dba..8c5b651f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # python +*egg/ *.egg-info .venv *.pyc