From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 23D5CDDF93 for ; Sat, 12 Jan 2008 07:09:22 +1100 (EST) Date: Fri, 11 Jan 2008 14:08:22 -0600 From: Scott Wood To: paulus@samba.org Subject: [PATCH 3/3] Update .gitignore for dtc. Message-ID: <20080111200822.GA729@loki.buserror.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Signed-off-by: Scott Wood --- arch/powerpc/boot/.gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore index a424be6..c89cf13 100644 --- a/arch/powerpc/boot/.gitignore +++ b/arch/powerpc/boot/.gitignore @@ -36,3 +36,7 @@ zImage.vmode zconf.h zlib.h zutil.h +dtc +*.lex.c +*.tab.c +*.tab.h -- 1.5.3.8