Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B48A9200B4B for ; Thu, 21 Jul 2016 22:18:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B302F160A73; Thu, 21 Jul 2016 20:18:50 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0737A160A72 for ; Thu, 21 Jul 2016 22:18:49 +0200 (CEST) Received: (qmail 92933 invoked by uid 500); 21 Jul 2016 20:18:49 -0000 Mailing-List: contact commits-help@asterixdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.apache.org Delivered-To: mailing list commits@asterixdb.apache.org Received: (qmail 92924 invoked by uid 99); 21 Jul 2016 20:18:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2016 20:18:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1FA25E2C1A; Thu, 21 Jul 2016 20:18:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mblow@apache.org To: commits@asterixdb.apache.org Message-Id: <74f97692878a4b38b32c59946fbb478e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: asterixdb git commit: Some Cleanup, Additions to .gitignore Date: Thu, 21 Jul 2016 20:18:48 +0000 (UTC) archived-at: Thu, 21 Jul 2016 20:18:50 -0000 Repository: asterixdb Updated Branches: refs/heads/master 8f7c7c6bf -> 3044e2efc Some Cleanup, Additions to .gitignore Change-Id: I624e42a2719065c26ff4cb70ab317bcce150471c Reviewed-on: https://asterix-gerrit.ics.uci.edu/1013 Tested-by: Jenkins Reviewed-by: Till Westmann Integration-Tests: Jenkins Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/3044e2ef Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/3044e2ef Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/3044e2ef Branch: refs/heads/master Commit: 3044e2efc2a88f4332ab35b80ce1a20edaae53b2 Parents: 8f7c7c6 Author: Michael Blow Authored: Thu Jul 21 13:57:06 2016 -0400 Committer: Michael Blow Committed: Thu Jul 21 13:18:06 2016 -0700 ---------------------------------------------------------------------- .gitignore | 43 +++++++++++++++++-------------------------- 1 file changed, 17 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/asterixdb/blob/3044e2ef/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 636fb2f..b4129bf 100644 --- a/.gitignore +++ b/.gitignore @@ -11,34 +11,27 @@ mdtest ittest asterix_logs build -bin -asterixdb/asterix-opt/ -asterixdb/asterix-app/src/test/resources/externallib/ -asterixdb/asterix-app/rttest/ -asterixdb/asterix-app/mdtest/ -asterixdb/asterix-app/opttest/ -asterixdb/asterix-app/parserts/ -asterixdb/asterix-app/library/ -asterixdb/asterix-app/opt_parserts/ -asterixdb/asterix-app/runtime_parserts/ +asterixdb/asterix-opt +asterixdb/asterix-app/src/test/resources/externallib +asterixdb/asterix-app/rttest +asterixdb/asterix-app/mdtest +asterixdb/asterix-app/opttest +asterixdb/asterix-app/parserts +asterixdb/asterix-app/library +asterixdb/asterix-app/opt_parserts +asterixdb/asterix-app/runtime_parserts asterixdb/asterix-app/data/csv/beer.csv -asterixdb/asterix-installer/ittest/ -asterixdb/asterix-installer/repliationtest/ -asterixdb/asterix-installer/src/test/resources/clusterts/asterix-installer-*-SNAPSHOT-binary-assembly/ -build -asterix_logs -bin/ +asterixdb/asterix-installer/ittest +asterixdb/asterix-installer/repliationtest +asterixdb/asterix-installer/src/test/resources/clusterts/asterix-installer-*-SNAPSHOT-binary-assembly *-coredump *.pyc *.iml -asterix-app/data/csv/beer.csv -.idea/ -asterix.ipr -asterix.iws +.idea +*.ipr +*.iws git.properties actual -build -edu.uci.ics.hyracks.control.nc.NodeControllerService exception expected teststore1 @@ -54,8 +47,6 @@ teststore output tmp dist -*.iml -.idea/ -asterixdb/asterix-opt *~ - +*.swp +.m2*