Explorar o código

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

Yuzhang Hu %!s(int64=7) %!d(string=hai) anos
pai
achega
9c7655c9fc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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/