Exclude Python build artifacts.
This commit is contained in:
parent
706690bddb
commit
38a3dd502d
7
.gitignore
vendored
7
.gitignore
vendored
@ -44,6 +44,13 @@ src/.libs
|
||||
unittest*.pb.*
|
||||
cpp_test*.pb.*
|
||||
|
||||
*.pyc
|
||||
*.egg-info
|
||||
*_pb2.py
|
||||
python/.eggs/
|
||||
python/build/
|
||||
python/google/protobuf/compiler/
|
||||
|
||||
src/protoc
|
||||
src/unittest_proto_middleman
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user