From patchwork Sat Mar 22 19:36:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Machek X-Patchwork-Id: 332846 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 1101A2C009F for ; Sun, 23 Mar 2014 06:37:00 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 64DE64B5D2; Sat, 22 Mar 2014 20:36:53 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xGmVDb3EVMWR; Sat, 22 Mar 2014 20:36:53 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 667D74B5D6; Sat, 22 Mar 2014 20:36:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 523AB4B5D6 for ; Sat, 22 Mar 2014 20:36:47 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j1ONhcHgabrU for ; Sat, 22 Mar 2014 20:36:44 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from atrey.karlin.mff.cuni.cz (atrey.karlin.mff.cuni.cz [195.113.26.193]) by theia.denx.de (Postfix) with ESMTP id 3C0F44B5D2 for ; Sat, 22 Mar 2014 20:36:40 +0100 (CET) Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id B83C181A45; Sat, 22 Mar 2014 20:36:34 +0100 (CET) Date: Sat, 22 Mar 2014 20:36:34 +0100 From: Pavel Machek To: wd@denx.de, u-boot@lists.denx.de, trini@ti.com Message-ID: <20140322193634.GA11842@amd.pavel.ucw.cz> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: [U-Boot] [PATCH] we don't went version control for .cmd files X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de commit 5acba11ad70ba7eeb8cc82e7dd77871f022964dd Author: Pavel Machek Date: Sat Mar 22 20:09:49 2014 +0100 .cmd files should not be version-controlled. Signed-off-by: Pavel Machek diff --git a/.gitignore b/.gitignore index a163728..77fb2c8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ *.swp *.patch *.bin +*.cmd # Build tree /build-*