Ver Fonte

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

Yuzhang Hu há 7 anos atrás
pai
commit
9c7655c9fc
1 ficheiros alterados com 1 adições e 1 exclusões
  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/