ソースを参照

Merge pull request #5005 from finaldie/python.gitignore

Ignore python .egg file to make git status clean #5004
Feng Xiao 7 年 前
コミット
62fc66ada3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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