提交 7b0c7435 编写于 作者: K kezhenxu94

Ignore __pycache__ in git and remove them in clean target

上级 a653ef53
......@@ -2,4 +2,5 @@
*.iml
.DS_Store
*~
**/*_pb2*
\ No newline at end of file
**/*_pb2*
__pycache__
......@@ -24,7 +24,7 @@ setup:
gen:
python3 -m grpc_tools.protoc -I protocol --python_out=. --grpc_python_out=. protocol/**/*.proto
license:
license: clean
python3 tools/check-license-header.py skywalking tests tools
test:
......@@ -37,3 +37,4 @@ clean:
rm -rf management
rm -rf profile
rm -rf service_mesh_probe
find . -type d -name "__pycache__" -exec rm -r {} +
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册