فهرست منبع

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