From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A2A1FC433EF for ; Thu, 7 Apr 2022 09:38:06 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E5C3E83B58; Thu, 7 Apr 2022 11:38:03 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=hodcarrier.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 5DCF883BBE; Thu, 7 Apr 2022 11:38:01 +0200 (CEST) Received: from p3plsmtpa06-02.prod.phx3.secureserver.net (p3plsmtpa06-02.prod.phx3.secureserver.net [173.201.192.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C4FC683B42 for ; Thu, 7 Apr 2022 11:37:58 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=hodcarrier.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=dhu@hodcarrier.org Received: from localhost.localdomain ([120.229.60.173]) by :SMTPAUTH: with ESMTPSA id cOaQnkBAM0k3JcOaSnIUHY; Thu, 07 Apr 2022 02:37:56 -0700 X-CMAE-Analysis: v=2.4 cv=YoHK+6UX c=1 sm=1 tr=0 ts=624eb0f5 a=daB69QR3ET9TiHzKAlKldw==:117 a=daB69QR3ET9TiHzKAlKldw==:17 a=_twTT5zqAAAA:8 a=T_gFtmqS08YkEZxL1lwA:9 a=ILoXdGDbYT3DTB7Z0gVI:22 X-SECURESERVER-ACCT: dhu@hodcarrier.org From: Du Huanpeng To: u-boot@lists.denx.de Cc: Du Huanpeng Subject: [PATCH] tools: add boot/ to .gitignore Date: Thu, 7 Apr 2022 17:37:49 +0800 Message-Id: <20220407093749.8784-1-dhu@hodcarrier.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfAFQd/b/Fs9zxICB9Q420LYBVfCo7GILu8XEPfyg0qGromQWJzZx8kEGLupggbxp+z46eN0uk3A8iL6i6be+FZlfAp8BzyRk+fXewNumG6fhVC+8eBen 3Xw7xa3RAdon7Y9HkPsGVtrZKPlHST7AGd1PRFFwf1uJZjr7v2z1YlGHONgcZksi3SG4Nc8914Y4hop0EOS24nSVVYZkzQdKW6p3xsc6EUjixUl+pSAz2XvB X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean /tools/boot/ is a build product. Add it to .gitignore Signed-off-by: Du Huanpeng --- tools/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/.gitignore b/tools/.gitignore index a88453f64d..d3a93ff294 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -36,3 +36,4 @@ /update_octeon_header /version.h /xway-swap-bytes +/boot -- 2.25.1