Merge pull request #5005 from finaldie/python.gitignore

Ignore python .egg file to make git status clean #5004
pull/5011/head
Feng Xiao 7 years ago committed by GitHub
commit 62fc66ada3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .gitignore

2
.gitignore vendored

@ -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/

Loading…
Cancel
Save