This is an automated email from the ASF dual-hosted git repository.
baze pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/master by this push:
new 7bde7d9 Mod: ignore vim temporary files
new 88dc291 Merge pull request #614 from asheux/chore/modify-gitignore
7bde7d9 is described below
commit 7bde7d9c7499f6c1d48b0154ae567d4e8cedd5e5
Author: asheux <[email protected]>
AuthorDate: Thu Jun 18 02:33:08 2020 +0300
Mod: ignore vim temporary files
---
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index 568e9f2..5a0a4f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,7 @@ config_center/zookeeper/zookeeper-4unittest/
registry/zookeeper/zookeeper-4unittest/
registry/consul/agent*
config_center/apollo/mockDubbog.properties.json
+
+# vim stuff
+*~
+.*.sw?