[PYTHON] gitignore eggs

This commit is contained in:
Tamir Duberstein 2015-04-12 02:45:58 -07:00
parent 4f5cbe6ead
commit 6d3e61676a

1
.gitignore vendored
View file

@ -51,6 +51,7 @@ cpp_test*.pb.*
*.pyc
*.egg-info
*_pb2.py
python/*.egg
python/.eggs/
python/build/
python/google/protobuf/compiler/