You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2015/10/03 00:59:10 UTC

kafka git commit: KAFKA-2597: Add to .gitignore the Eclipse IDE directories

Repository: kafka
Updated Branches:
  refs/heads/trunk a3bd99811 -> b56e02b65


KAFKA-2597: Add to .gitignore the Eclipse IDE directories

The ` .metadata` and `.recommenders` keep IDE workspace state and should not be committed.

Author: Randall Hauch <rh...@gmail.com>

Reviewers: Guozhang Wang

Closes #259 from rhauch/kafka-2597


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/b56e02b6
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/b56e02b6
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/b56e02b6

Branch: refs/heads/trunk
Commit: b56e02b656e47fa7a0b402d3870735fba2bbe699
Parents: a3bd998
Author: Randall Hauch <rh...@gmail.com>
Authored: Fri Oct 2 16:03:01 2015 -0700
Committer: Guozhang Wang <wa...@gmail.com>
Committed: Fri Oct 2 16:03:01 2015 -0700

----------------------------------------------------------------------
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/b56e02b6/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index dbc0507..a9dad34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,8 @@ patch-process/*
 .idea
 .svn
 .classpath
+/.metadata
+/.recommenders
 *~
 *#
 .#*