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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 214b59b  KAFKA-13429: ignore bin on new modules (#11415)
214b59b is described below

commit 214b59b3ec2c19bd1831076970aff86c1755d0e8
Author: Jorge Esteban Quilcate Otoya <[email protected]>
AuthorDate: Wed Nov 10 15:36:24 2021 -0500

    KAFKA-13429: ignore bin on new modules (#11415)
    
    Reviewers: John Roesler <[email protected]>
---
 connect/basic-auth-extension/.gitignore | 1 +
 metadata/.gitignore                     | 1 +
 raft/.gitignore                         | 1 +
 tools/.gitignore                        | 1 +
 trogdor/.gitignore                      | 1 +
 5 files changed, 5 insertions(+)

diff --git a/connect/basic-auth-extension/.gitignore 
b/connect/basic-auth-extension/.gitignore
new file mode 100644
index 0000000..ae3c172
--- /dev/null
+++ b/connect/basic-auth-extension/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/metadata/.gitignore b/metadata/.gitignore
new file mode 100644
index 0000000..ae3c172
--- /dev/null
+++ b/metadata/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/raft/.gitignore b/raft/.gitignore
new file mode 100644
index 0000000..ae3c172
--- /dev/null
+++ b/raft/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/tools/.gitignore b/tools/.gitignore
new file mode 100644
index 0000000..ae3c172
--- /dev/null
+++ b/tools/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/trogdor/.gitignore b/trogdor/.gitignore
new file mode 100644
index 0000000..ae3c172
--- /dev/null
+++ b/trogdor/.gitignore
@@ -0,0 +1 @@
+/bin/

Reply via email to