[PATCH] images: ignore *.imx-sram-img

Stefan Christ s.christ at phytec.de
Fri Sep 18 04:42:03 PDT 2015


Add pattern to gitignore to hide files:

    start_imx6_cm_fx6.imx-sram-img
    start_imx6_utilite.imx-sram-img

Signed-off-by: Stefan Christ <s.christ at phytec.de>
---
 images/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/images/.gitignore b/images/.gitignore
index b5004fe..b03ffdc 100644
--- a/images/.gitignore
+++ b/images/.gitignore
@@ -5,6 +5,7 @@
 *.imximg
 *.imximg.prep
 *.imximg.signed
+*.imx-sram-img
 *.map
 *.src
 *.kwbimg
-- 
1.9.1




More information about the barebox mailing list