Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BE252C369 for ; Mon, 7 May 2012 23:06:40 +0000 (UTC) Received: (qmail 6620 invoked by uid 500); 7 May 2012 23:06:39 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 6596 invoked by uid 500); 7 May 2012 23:06:39 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 6497 invoked by uid 99); 7 May 2012 23:06:39 -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, 07 May 2012 23:06:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5F32E14AD2; Mon, 7 May 2012 23:06:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: filmaj@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [5/6] android commit: adding node_modules to gitignore Message-Id: <20120507230639.5F32E14AD2@tyr.zones.apache.org> Date: Mon, 7 May 2012 23:06:39 +0000 (UTC) adding node_modules to gitignore Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/6fc2a3b8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/6fc2a3b8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/6fc2a3b8 Branch: refs/heads/master Commit: 6fc2a3b84e7151a7062753af16e9a27bd8a659a9 Parents: b84d649 Author: Fil Maj Authored: Mon May 7 16:09:14 2012 -0700 Committer: Fil Maj Committed: Mon May 7 16:09:14 2012 -0700 ---------------------------------------------------------------------- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/6fc2a3b8/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 7bd7329..85278e2 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ example tmp *.tmp test/libs/*.jar +bin/node_modules