mirror of https://github.com/apache/kafka.git
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:
parent
a3bd99811c
commit
b56e02b656
|
@ -11,6 +11,8 @@ patch-process/*
|
|||
.idea
|
||||
.svn
|
||||
.classpath
|
||||
/.metadata
|
||||
/.recommenders
|
||||
*~
|
||||
*#
|
||||
.#*
|
||||
|
|
Loading…
Reference in New Issue