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 <rhauch@gmail.com>

Reviewers: Guozhang Wang

Closes #259 from rhauch/kafka-2597
This commit is contained in:
Randall Hauch 2015-10-02 16:03:01 -07:00 committed by Guozhang Wang
parent a3bd99811c
commit b56e02b656
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -11,6 +11,8 @@ patch-process/*
.idea
.svn
.classpath
/.metadata
/.recommenders
*~
*#
.#*