You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2013/07/24 01:50:11 UTC

git commit: ACCUMULO-1603 Update .gitignore to account for eclipse and maven build dir for minicluster and proxy

Updated Branches:
  refs/heads/1.4.4-SNAPSHOT 333062d27 -> 513364f57


ACCUMULO-1603 Update .gitignore to account for eclipse and maven build dir for
minicluster and proxy


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

Branch: refs/heads/1.4.4-SNAPSHOT
Commit: 513364f575255800824f4065602a1fcaca793a78
Parents: 333062d
Author: Josh Elser <el...@apache.org>
Authored: Tue Jul 23 19:36:55 2013 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Tue Jul 23 19:36:55 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/513364f5/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index e613a79..5c55d79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -161,3 +161,15 @@
 /test/system/continuous/continuous-env.sh
 /test/system/continuous/walkers.txt
 /test/system/continuous/ingesters.txt
+
+# src/minicluster
+src/minicluster/.classpath
+src/minicluster/.project
+src/minicluster/.settings
+src/minicluster/target
+
+# src/proxy
+src/proxy/.classpath
+src/proxy/.project
+src/proxy/.settings
+src/proxy/target