From 9c7655c9fc54919ebeeb360c2226737e0259f797 Mon Sep 17 00:00:00 2001 From: Yuzhang Hu Date: Sun, 5 Aug 2018 02:22:06 -0700 Subject: Ignore python .egg file to make git status clean #5004 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- cgit v1.2.3