mirror of https://github.com/apache/kafka.git
KAFKA-1312: Augment .gitignore. Patch from Timothy Chen.
This commit is contained in:
parent
4484916d65
commit
8477b4f2a2
|
@ -5,7 +5,6 @@ lib_managed/
|
|||
src_managed/
|
||||
project/boot/
|
||||
project/plugins/project/
|
||||
project/sbt_project_definition.iml
|
||||
.idea
|
||||
.svn
|
||||
.classpath
|
||||
|
@ -14,3 +13,9 @@ project/sbt_project_definition.iml
|
|||
.#*
|
||||
rat.out
|
||||
TAGS
|
||||
*.iml
|
||||
.project
|
||||
.settings
|
||||
.gradle
|
||||
kafka.ipr
|
||||
kafka.iws
|
Loading…
Reference in New Issue