Return-Path: X-Original-To: apmail-portals-pluto-scm-archive@www.apache.org Delivered-To: apmail-portals-pluto-scm-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9447E11557 for ; Mon, 2 Jun 2014 07:14:34 +0000 (UTC) Received: (qmail 77704 invoked by uid 500); 2 Jun 2014 07:14:34 -0000 Delivered-To: apmail-portals-pluto-scm-archive@portals.apache.org Received: (qmail 77658 invoked by uid 500); 2 Jun 2014 07:14:34 -0000 Mailing-List: contact pluto-scm-help@portals.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list pluto-scm@portals.apache.org Received: (qmail 77648 invoked by uid 99); 2 Jun 2014 07:14:34 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2014 07:14:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4A3AF88549B; Mon, 2 Jun 2014 07:14:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: msnicklous@apache.org To: pluto-scm@portals.apache.org Message-Id: <163f054e2a0844a8808ea62b1d00fc84@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Added a .gitignore file that causes the build output as well as some common IDE-specific files to be ignored. Date: Mon, 2 Jun 2014 07:14:34 +0000 (UTC) Repository: portals-pluto Updated Branches: refs/heads/master 21e6825b6 -> f1f15571f Added a .gitignore file that causes the build output as well as some common IDE-specific files to be ignored. Project: http://git-wip-us.apache.org/repos/asf/portals-pluto/repo Commit: http://git-wip-us.apache.org/repos/asf/portals-pluto/commit/f1f15571 Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/f1f15571 Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/f1f15571 Branch: refs/heads/master Commit: f1f15571f9df8caa46f91e4710b6a3f2597c8a8d Parents: 21e6825 Author: Scott Nicklous Authored: Mon Jun 2 08:49:19 2014 +0200 Committer: Scott Nicklous Committed: Mon Jun 2 08:49:19 2014 +0200 ---------------------------------------------------------------------- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/f1f15571/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b55431f --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +.classpath +.project +.settings +target +rebel.xml +*.sh +.idea/* +*.iml +faces-config.pageflow +*.bak +*.bak[0-9] +.svn +branches +tags +*.dir