Ignore python .egg file to make git status clean #5004
diff --git a/.gitignore b/.gitignore
index f22ba00..a8de0e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,7 +53,7 @@
 *.pyc
 *.egg-info
 *_pb2.py
-python/*.egg
+python/**/*.egg
 python/.eggs/
 python/.tox
 python/build/