From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from magratgarlick.emantor.de ([78.46.208.201]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1heFsX-0007t1-Iu for barebox@lists.infradead.org; Fri, 21 Jun 2019 09:30:46 +0000 From: Rouven Czerwinski Date: Fri, 21 Jun 2019 11:20:48 +0200 Message-Id: <20190621092046.17389-1-r.czerwinski@pengutronix.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] images: update gitignore for imx signed images To: barebox@lists.infradead.org Cc: Rouven Czerwinski Makefile.imx uses the .simximg und .usimximg extensions for signing of the images. Remove the unused .imximx.signed and also add the .csfbin files generated by the NXP CST tool. Signed-off-by: Rouven Czerwinski --- images/.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/images/.gitignore b/images/.gitignore index 5051d61b6f..7523b51fd5 100644 --- a/images/.gitignore +++ b/images/.gitignore @@ -3,7 +3,8 @@ *.img *.imximg *.imximg.prep -*.imximg.signed +*.simximg +*.usimximg *.imx-sram-img *.map *.src @@ -20,6 +21,7 @@ *.mlospi *.mxsbs *.mxssd +*.csfbin pbl.lds barebox.x barebox.z -- 2.22.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox