You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2019/08/05 12:14:32 UTC

[pulsar-client-go] branch master updated: Ignore some files that are automatically generated in the project (#41)

This is an automated email from the ASF dual-hosted git repository.

zhaijia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 61c5fe4  Ignore some files that are automatically generated in the project (#41)
61c5fe4 is described below

commit 61c5fe42a4c77cd4df83fe00aa81b24833f0b65c
Author: 冉小龙 <ra...@gmail.com>
AuthorDate: Mon Aug 5 20:14:28 2019 +0800

    Ignore some files that are automatically generated in the project (#41)
    
    Signed-off-by: xiaolong.ran <ra...@gmail.com>
---
 .gitignore | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 723ef36..b37e915 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,11 @@
-.idea
\ No newline at end of file
+# IDE generated files
+.idea/
+
+# Mac swap file
+*.DS_Store
+
+# Linux swap file
+*.swp
+
+# Output of the go coverage tool
+*.out