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 32B8D200CD1 for ; Wed, 26 Jul 2017 18:03:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3148C168FAD; Wed, 26 Jul 2017 16:03:39 +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 77F1D168F97 for ; Wed, 26 Jul 2017 18:03:38 +0200 (CEST) Received: (qmail 77409 invoked by uid 500); 26 Jul 2017 16:03:37 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 77400 invoked by uid 99); 26 Jul 2017 16:03:36 -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; Wed, 26 Jul 2017 16:03:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9FA74E00C5; Wed, 26 Jul 2017 16:03:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aw@apache.org To: common-commits@hadoop.apache.org Message-Id: <5bfb5486e35c43dbb29237d0f11c345b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HADOOP-14686 update .gitignore Date: Wed, 26 Jul 2017 16:03:36 +0000 (UTC) archived-at: Wed, 26 Jul 2017 16:03:39 -0000 Repository: hadoop Updated Branches: refs/heads/branch-2.7 e53c48994 -> ca523c9ce HADOOP-14686 update .gitignore Signed-off-by: Allen Wittenauer Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ca523c9c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ca523c9c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ca523c9c Branch: refs/heads/branch-2.7 Commit: ca523c9ce4a3310cd53cc83fe5846b02e608abb6 Parents: e53c489 Author: Sean Busbey Authored: Tue Jul 25 20:54:12 2017 -0700 Committer: Allen Wittenauer Committed: Wed Jul 26 09:03:25 2017 -0700 ---------------------------------------------------------------------- .gitignore | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/ca523c9c/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index a49ad4b..724162d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,11 +15,32 @@ .settings target build +dependency-reduced-pom.xml + +# Filesystem contract test options and credentials +auth-keys.xml +azure-auth-keys.xml + +# External tool builders +*/.externalToolBuilders +*/maven-eclipse.xml + hadoop-common-project/hadoop-kms/downloads/ hadoop-hdfs-project/hadoop-hdfs/downloads hadoop-hdfs-project/hadoop-hdfs-httpfs/downloads -hadoop-common-project/hadoop-common/src/test/resources/contract-test-options.xml -hadoop-tools/hadoop-openstack/src/test/resources/contract-test-options.xml hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/src/main/tla/yarnregistry.toolbox +hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/dist +hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/tmp +hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/node +hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/node_modules +hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/bower_components +hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/.sass-cache +hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/connect.lock +hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/coverage/* +hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/libpeerconnection.log +hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/npm-debug.log +hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/testem.log +hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/dist +hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/tmp yarnregistry.pdf -hadoop-tools/hadoop-aws/src/test/resources/contract-test-options.xml +patchprocess/ --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org