This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new 155c2f2c18 Update .ignore to exclude log files. (#14064)
155c2f2c18 is described below
commit 155c2f2c186cc797a2f31d9488e66cca07f892c4
Author: Chenjp <[email protected]>
AuthorDate: Sat Apr 13 13:03:50 2024 +0800
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*
+