You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jj...@apache.org on 2015/02/18 08:51:13 UTC

[2/2] kafka git commit: KAFKA-1960; .gitignore does not exclude test generated files and folders; reviewed by Joel Koshy and Gwen Shapira

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


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/d5fbba63
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/d5fbba63
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/d5fbba63

Branch: refs/heads/trunk
Commit: d5fbba633612fd08f15c523362a0c1ff5a121ff2
Parents: cdf0656
Author: Tong Li <li...@us.ibm.com>
Authored: Tue Feb 17 23:49:57 2015 -0800
Committer: Joel Koshy <jj...@gmail.com>
Committed: Tue Feb 17 23:49:57 2015 -0800

----------------------------------------------------------------------
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/d5fbba63/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 06a6418..4c6c29e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,5 @@ Vagrantfile.local
 
 config/server-*
 config/zookeeper-*
+core/data/*
+gradle/wrapper/*