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 77DE1200BA1 for ; Mon, 17 Oct 2016 20:40:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 76776160AEC; Mon, 17 Oct 2016 18:40:41 +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 BE274160AE2 for ; Mon, 17 Oct 2016 20:40:40 +0200 (CEST) Received: (qmail 523 invoked by uid 500); 17 Oct 2016 18:40:39 -0000 Mailing-List: contact commits-help@tamaya.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tamaya.incubator.apache.org Delivered-To: mailing list commits@tamaya.incubator.apache.org Received: (qmail 514 invoked by uid 99); 17 Oct 2016 18:40:39 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2016 18:40:39 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 838CB1A0267 for ; Mon, 17 Oct 2016 18:40:39 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id cQWh4LR3BfAy for ; Mon, 17 Oct 2016 18:40:38 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id C0D6A5F24B for ; Mon, 17 Oct 2016 18:40:37 +0000 (UTC) Received: (qmail 99029 invoked by uid 99); 17 Oct 2016 18:40:01 -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; Mon, 17 Oct 2016 18:40:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 01C56E0579; Mon, 17 Oct 2016 18:40:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: plexus@apache.org To: commits@tamaya.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-tamaya-extensions git commit: [TAMAYA-175] Added .gitignore. Date: Mon, 17 Oct 2016 18:40:01 +0000 (UTC) archived-at: Mon, 17 Oct 2016 18:40:41 -0000 Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 669277da6 -> 4900aa7fa [TAMAYA-175] Added .gitignore. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/4900aa7f Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/4900aa7f Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/4900aa7f Branch: refs/heads/master Commit: 4900aa7fa0f09ce6e65d52a03dae014f026fe067 Parents: 669277d Author: Oliver B. Fischer Authored: Mon Oct 10 20:39:41 2016 +0200 Committer: Oliver B. Fischer Committed: Mon Oct 10 20:39:41 2016 +0200 ---------------------------------------------------------------------- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/4900aa7f/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..20c0163 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +dependency-reduced-pom.xml +release.properties +.idea +*.iml +*.log +*~ +.DS_Store +.project +.settings +.classpath +**/*.checkstyle +**/*.fbExcludeFilterFile + +