From 155c2f2c186cc797a2f31d9488e66cca07f892c4 Mon Sep 17 00:00:00 2001 From: Chenjp Date: Sat, 13 Apr 2024 13:03:50 +0800 Subject: [PATCH] Update .ignore to exclude log files. (#14064) Ignore custom-access.log and its rotated files. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0dffb48ba3..b504f334b4 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,6 @@ dubbo-demo/dubbo-demo-triple/build/* .git.exec.error +# log files generated by testcase. +dubbo-rpc/dubbo-rpc-api/custom-access.log* +