aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuzhang Hu <hyzwowtools@gmail.com>2018-08-05 02:22:06 -0700
committerYuzhang Hu <hyzwowtools@gmail.com>2018-08-05 02:58:30 -0700
commit9c7655c9fc54919ebeeb360c2226737e0259f797 (patch)
treebcf96d86461e8ff054bbde85760ac22ee954f6e8
parente9a5412afcb5035c02136ba65210bf2cb69d9ab5 (diff)
downloadprotobuf-9c7655c9fc54919ebeeb360c2226737e0259f797.tar.gz
protobuf-9c7655c9fc54919ebeeb360c2226737e0259f797.tar.bz2
protobuf-9c7655c9fc54919ebeeb360c2226737e0259f797.zip
Ignore python .egg file to make git status clean #5004
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f22ba001..a8de0e54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,7 +53,7 @@ src/google/protobuf/util/**/*.pb.h
*.pyc
*.egg-info
*_pb2.py
-python/*.egg
+python/**/*.egg
python/.eggs/
python/.tox
python/build/