Update .ignore to exclude log files. (#14064)
Ignore custom-access.log and its rotated files.
This commit is contained in:
parent
6b3f54383f
commit
155c2f2c18
|
|
@ -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*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue