[
https://issues.apache.org/jira/browse/KAFKA-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15014452#comment-15014452
]
Jorge Quilcate commented on KAFKA-2597:
---------------------------------------
'./gradlew eclipse' command is creating 'bin' directories and '.gitignore'
files in each project (clients, connect/file, connect/json, connect/runtime,
core, log4j-appender, streams, and tools) filtering this directory.
Also, when 'gradlew jar' is executed, it generates these files: .cache-main
.cache-tests
If we should filter these files and directories, should we filter in the root
.gitignore or in each project's .gitignore file?
Environment: Eclipse Mars, Scala 2.11, Gradle 2.9, Ubuntu 15.
> Add Eclipse directories to .gitignore
> -------------------------------------
>
> Key: KAFKA-2597
> URL: https://issues.apache.org/jira/browse/KAFKA-2597
> Project: Kafka
> Issue Type: Improvement
> Reporter: Randall Hauch
> Assignee: Randall Hauch
> Priority: Trivial
> Fix For: 0.9.0.0
>
>
> Add to {{.gitignore}} the Eclipse IDE directories {{.metadata}} and
> {{.recommenders}}. These store state of the IDE's workspace, and should not
> be checked in.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)