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 93B70200BF0 for ; Thu, 24 Nov 2016 11:53:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 924AA160B37; Thu, 24 Nov 2016 10:53:08 +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 B1CF8160B27 for ; Thu, 24 Nov 2016 11:53:07 +0100 (CET) Received: (qmail 62675 invoked by uid 500); 24 Nov 2016 10:53:06 -0000 Mailing-List: contact commits-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list commits@aries.apache.org Received: (qmail 62056 invoked by uid 99); 24 Nov 2016 10:53:06 -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, 24 Nov 2016 10:53:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C76EEF16AB; Thu, 24 Nov 2016 10:53:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: csierra@apache.org To: commits@aries.apache.org Date: Thu, 24 Nov 2016 10:53:15 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [11/50] [abbrv] aries-jax-rs-whiteboard git commit: fix ignores archived-at: Thu, 24 Nov 2016 10:53:08 -0000 fix ignores Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/af18d7dd Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/af18d7dd Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/af18d7dd Branch: refs/heads/master Commit: af18d7ddbbec7efd2e6b0918858d695dfb7c1b2e Parents: d086f10 Author: Raymond Auge Authored: Tue Aug 2 15:06:22 2016 -0400 Committer: Raymond Auge Committed: Tue Oct 11 13:21:20 2016 -0400 ---------------------------------------------------------------------- .gitignore | 14 ++++++++++---- example-jaxrs-application/.gitignore | 2 ++ portal-remote-cxf-common/.gitignore | 2 ++ portal-remote-cxf-jaxrs-common/.gitignore | 2 ++ portal-remote-dependency-manager-tccl/.gitignore | 2 ++ portal-remote-rest-extender/.gitignore | 2 ++ test-cxf/.gitignore | 2 ++ test-cxf/bin/--help/cache.lock | 0 test-cxf/bin/felix.jar | Bin 690862 -> 0 bytes 9 files changed, 22 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 95cd470..0bb5a07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ -**/build +.project +.settings *.iml -.gradle -test-cxf/bundle -test-cxf/felix-cache \ No newline at end of file +*/.classpath +*/.project +*/.settings/ +*/bin/ +*/build/ +/.gradle/ +/test-cxf/felix-cache/ +/test-cxf/bundle/ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/example-jaxrs-application/.gitignore ---------------------------------------------------------------------- diff --git a/example-jaxrs-application/.gitignore b/example-jaxrs-application/.gitignore new file mode 100644 index 0000000..83ccc54 --- /dev/null +++ b/example-jaxrs-application/.gitignore @@ -0,0 +1,2 @@ +/build/ +/bin/ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/portal-remote-cxf-common/.gitignore ---------------------------------------------------------------------- diff --git a/portal-remote-cxf-common/.gitignore b/portal-remote-cxf-common/.gitignore new file mode 100644 index 0000000..83ccc54 --- /dev/null +++ b/portal-remote-cxf-common/.gitignore @@ -0,0 +1,2 @@ +/build/ +/bin/ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/portal-remote-cxf-jaxrs-common/.gitignore ---------------------------------------------------------------------- diff --git a/portal-remote-cxf-jaxrs-common/.gitignore b/portal-remote-cxf-jaxrs-common/.gitignore new file mode 100644 index 0000000..83ccc54 --- /dev/null +++ b/portal-remote-cxf-jaxrs-common/.gitignore @@ -0,0 +1,2 @@ +/build/ +/bin/ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/portal-remote-dependency-manager-tccl/.gitignore ---------------------------------------------------------------------- diff --git a/portal-remote-dependency-manager-tccl/.gitignore b/portal-remote-dependency-manager-tccl/.gitignore new file mode 100644 index 0000000..83ccc54 --- /dev/null +++ b/portal-remote-dependency-manager-tccl/.gitignore @@ -0,0 +1,2 @@ +/build/ +/bin/ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/portal-remote-rest-extender/.gitignore ---------------------------------------------------------------------- diff --git a/portal-remote-rest-extender/.gitignore b/portal-remote-rest-extender/.gitignore new file mode 100644 index 0000000..83ccc54 --- /dev/null +++ b/portal-remote-rest-extender/.gitignore @@ -0,0 +1,2 @@ +/build/ +/bin/ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/test-cxf/.gitignore ---------------------------------------------------------------------- diff --git a/test-cxf/.gitignore b/test-cxf/.gitignore new file mode 100644 index 0000000..abc78ba --- /dev/null +++ b/test-cxf/.gitignore @@ -0,0 +1,2 @@ +/.gradle/ +/build/ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/test-cxf/bin/--help/cache.lock ---------------------------------------------------------------------- diff --git a/test-cxf/bin/--help/cache.lock b/test-cxf/bin/--help/cache.lock deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/af18d7dd/test-cxf/bin/felix.jar ---------------------------------------------------------------------- diff --git a/test-cxf/bin/felix.jar b/test-cxf/bin/felix.jar deleted file mode 100644 index c91e86b..0000000 Binary files a/test-cxf/bin/felix.jar and /dev/null differ