From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 15.mo6.mail-out.ovh.net ([188.165.39.161]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YVkR7-0008LZ-MB for barebox@lists.infradead.org; Wed, 11 Mar 2015 17:28:51 +0000 Received: from mail617.ha.ovh.net (gw6.ovh.net [213.251.189.206]) by mo6.mail-out.ovh.net (Postfix) with SMTP id 3D21EFF9E92 for ; Wed, 11 Mar 2015 18:28:25 +0100 (CET) From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 11 Mar 2015 18:28:21 +0100 Message-Id: <1426094901-12540-1-git-send-email-plagnioj@jcrosoft.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 1/1] gitignore: only ignore include/config.h To: barebox@lists.infradead.org Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- include/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/.gitignore b/include/.gitignore index 0e56cf2..18e58a7 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -1 +1 @@ -config.h +/config.h -- 2.1.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox