This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/develop by this push:
new 4c61dbd Ignore temp logs files like `dubbo-governance.log.1`. (#111)
4c61dbd is described below
commit 4c61dbdc0bb298aca45e2e4a530910973dd99761
Author: 马金凯 <[email protected]>
AuthorDate: Mon Sep 17 15:53:08 2018 +0800
Ignore temp logs files like `dubbo-governance.log.1`. (#111)
---
.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index e229655..ef072d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,7 +19,7 @@ target/
*.iws
# temp ignore
-*.log
+*.log*
*.cache
*.diff
*.patch