소스 검색

Exclude Python build artifacts.

Tres Seaver 11 년 전
부모
커밋
38a3dd502d
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      .gitignore

+ 7 - 0
.gitignore

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