Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E54C710614 for ; Wed, 31 Jul 2013 01:59:24 +0000 (UTC) Received: (qmail 99504 invoked by uid 500); 31 Jul 2013 01:59:23 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 99149 invoked by uid 500); 31 Jul 2013 01:59:23 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 98038 invoked by uid 99); 31 Jul 2013 01:59:22 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jul 2013 01:59:22 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2E35E830C9B; Wed, 31 Jul 2013 01:59:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Wed, 31 Jul 2013 02:00:06 -0000 Message-Id: <83035d7395104766b47a0a20191d8d0c@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [46/50] [abbrv] git commit: ACCUMULO-1603 Undo some unnecessary gitignore entries and add some for javadoc and nativeMap shared objects 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 Commit: 726a5a8a332e0ed777a61ca4ca0957faeb39a337 Parents: f5b2efa Author: Josh Elser Authored: Tue Jul 23 22:27:19 2013 -0400 Committer: Josh Elser 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