浏览代码

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