You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by js...@apache.org on 2022/10/19 16:45:50 UTC

[kafka] branch 3.3 updated: MINOR; Delete jqwik database (#12767)

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

jsancio pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/3.3 by this push:
     new 9d64736940 MINOR; Delete jqwik database (#12767)
9d64736940 is described below

commit 9d64736940a194d149d2bb1546c5a4ca39da060c
Author: Jason Gustafson <ja...@confluent.io>
AuthorDate: Wed Oct 19 09:45:39 2022 -0700

    MINOR; Delete jqwik database (#12767)
    
    The file `metadata/.jqwik-database` was checked in by mistake. In trunk, we exclude this file in `.gitignore`, so do the same here as well.
    
    Reviewers: José Armando García Sancio <js...@apache.org>
---
 .gitignore               |   2 +-
 metadata/.jqwik-database | Bin 4 -> 0 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 3080a0d60b..dcb1531b49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,6 +53,6 @@ systest/
 *.swp
 jmh-benchmarks/generated
 jmh-benchmarks/src/main/generated
-raft/.jqwik-database
+**/.jqwik-database
 **/src/generated
 **/src/generated-test
diff --git a/metadata/.jqwik-database b/metadata/.jqwik-database
deleted file mode 100644
index 711006c3d3..0000000000
Binary files a/metadata/.jqwik-database and /dev/null differ