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 04:28:23 UTC

git commit: ACCUMULO-1603 Undo some unnecessary gitignore entries and add some for javadoc and nativeMap shared objects

Updated Branches:
  refs/heads/1.5.1-SNAPSHOT-1.4.4-SNAPSHOT-merged f5b2efa0a -> 726a5a8a3


ACCUMULO-1603 Undo some unnecessary gitignore entries and add some for javadoc
and nativeMap shared objects


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

Branch: refs/heads/1.5.1-SNAPSHOT-1.4.4-SNAPSHOT-merged
Commit: 726a5a8a332e0ed777a61ca4ca0957faeb39a337
Parents: f5b2efa
Author: Josh Elser <el...@apache.org>
Authored: Tue Jul 23 22:27:19 2013 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Tue Jul 23 22:27:19 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/726a5a8a/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 7afd1e5..05fc69f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,6 +50,7 @@ target/
 # /docs/
 /docs/config.html
 /docs/accumulo_user_manual.pdf
+/docs/apidocs
 
 # /docs/src/user_manual/
 /docs/src/user_manual/accumulo_user_manual.toc
@@ -65,6 +66,7 @@ target/
 
 # /server/src/main/c++/nativeMap/
 /server/src/main/c++/nativeMap/*.jnilib
+/server/src/main/c++/nativeMap/*.so
 
 # /test/system/auto/
 /test/system/auto/fake_disk_failure.so
@@ -73,15 +75,3 @@ target/
 /test/system/continuous/continuous-env.sh
 /test/system/continuous/walkers.txt
 /test/system/continuous/ingesters.txt
-
-# src/minicluster
-minicluster/.classpath
-minicluster/.project
-minicluster/.settings
-minicluster/target
-
-# src/proxy
-proxy/.classpath
-proxy/.project
-proxy/.settings
-proxy/target