Repository: kafka
Updated Branches:
  refs/heads/trunk 4484916d6 -> 8477b4f2a


KAFKA-1312: Augment .gitignore. Patch from Timothy Chen.


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

Branch: refs/heads/trunk
Commit: 8477b4f2a216562e36e0e09b105fdc4daa503e96
Parents: 4484916
Author: Jay Kreps <jay.kr...@gmail.com>
Authored: Wed Mar 19 14:21:15 2014 -0700
Committer: Jay Kreps <jay.kr...@gmail.com>
Committed: Wed Mar 19 14:21:15 2014 -0700

----------------------------------------------------------------------
 .gitignore | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/8477b4f2/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 553a077..4d3b0ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
\ No newline at end of file

Reply via email to