From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ns.lynxeye.de ([87.118.118.114] helo=lynxeye.de) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iVz8e-0008IW-KA for barebox@lists.infradead.org; Sat, 16 Nov 2019 14:33:26 +0000 Received: from astat.fritz.box (a89-183-55-231.net-htp.de [89.183.55.231]) by lynxeye.de (Postfix) with ESMTPA id 9C84FE74217 for ; Sat, 16 Nov 2019 15:32:47 +0100 (CET) From: Lucas Stach Date: Sat, 16 Nov 2019 15:32:43 +0100 Message-Id: <20191116143243.143653-1-dev@lynxeye.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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] image: add zynqimg to gitignore To: barebox@lists.infradead.org Those are results of the Zynq image build, don't clobber the git status output. Signed-off-by: Lucas Stach --- images/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/images/.gitignore b/images/.gitignore index 949f534d9a38..b673c9819455 100644 --- a/images/.gitignore +++ b/images/.gitignore @@ -27,3 +27,4 @@ barebox.sha.bin barebox.sum *.pimximg *.psimximg +*.zynqimg -- 2.23.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox