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/
|
src_managed/
|
||||||
project/boot/
|
project/boot/
|
||||||
project/plugins/project/
|
project/plugins/project/
|
||||||
project/sbt_project_definition.iml
|
|
||||||
.idea
|
.idea
|
||||||
.svn
|
.svn
|
||||||
.classpath
|
.classpath
|
||||||
|
@ -14,3 +13,9 @@ project/sbt_project_definition.iml
|
||||||
.#*
|
.#*
|
||||||
rat.out
|
rat.out
|
||||||
TAGS
|
TAGS
|
||||||
|
*.iml
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
.gradle
|
||||||
|
kafka.ipr
|
||||||
|
kafka.iws
|
Loading…
Reference in New Issue