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 <[email protected]> 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 <[email protected]> Authored: Fri Oct 2 16:03:01 2015 -0700 Committer: Guozhang Wang <[email protected]> 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 *~ *# .#*
