浏览代码

Ignore python .egg file to make git status clean #5004

Yuzhang Hu 7 年之前
父节点
当前提交
9c7655c9fc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -53,7 +53,7 @@ src/google/protobuf/util/**/*.pb.h
 *.pyc
 *.pyc
 *.egg-info
 *.egg-info
 *_pb2.py
 *_pb2.py
-python/*.egg
+python/**/*.egg
 python/.eggs/
 python/.eggs/
 python/.tox
 python/.tox
 python/build/
 python/build/