Unverified Commit 62fc66ad authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #5005 from finaldie/python.gitignore

Ignore python .egg file to make git status clean #5004
parents e9a5412a 9c7655c9
...@@ -53,7 +53,7 @@ src/google/protobuf/util/**/*.pb.h ...@@ -53,7 +53,7 @@ src/google/protobuf/util/**/*.pb.h
*.pyc *.pyc
*.egg-info *.egg-info
*_pb2.py *_pb2.py
python/*.egg python/**/*.egg
python/.eggs/ python/.eggs/
python/.tox python/.tox
python/build/ python/build/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment