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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new e595a985b [hotfix] ignore jacoco file (#1025)
e595a985b is described below

commit e595a985b19fd02e49a8388ddd268bf3afd20066
Author: wgcn <[email protected]>
AuthorDate: Wed Apr 26 10:41:20 2023 +0800

    [hotfix] ignore jacoco file (#1025)
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index c1f00b464..29306a920 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,4 +17,5 @@ target
 *.ipr
 *.iws
 test/coverage
-dependency-reduced-pom.xml
\ No newline at end of file
+dependency-reduced-pom.xml
+jacoco.exec
\ No newline at end of file

Reply via email to