KAFKA-1960; .gitignore does not exclude test generated files and folders; reviewed by Joel Koshy and Gwen Shapira

This commit is contained in:
Tong Li 2015-02-17 23:49:57 -08:00 committed by Joel Koshy
parent cdf0656445
commit d5fbba6336
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -26,3 +26,5 @@ Vagrantfile.local
config/server-* config/server-*
config/zookeeper-* config/zookeeper-*
core/data/*
gradle/wrapper/*