From 239b6559ed5d65cc3e08eae66eb862fefe651e33 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 11 Jul 2014 08:26:58 +0200 Subject: images: ignore and clean *.mlo/*.mlospi Add *./mlo and *.mlospi to the clean rule and to .gitignore. Signed-off-by: Sascha Hauer --- images/.gitignore | 2 ++ images/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'images') diff --git a/images/.gitignore b/images/.gitignore index ec9e3c0bc6..d27e71a0c8 100644 --- a/images/.gitignore +++ b/images/.gitignore @@ -14,6 +14,8 @@ *.t30img.cfg *.t124img *.t124img.cfg +*.mlo +*.mlospi pbl.lds barebox.x barebox.z diff --git a/images/Makefile b/images/Makefile index 740c197754..738fcb6bd3 100644 --- a/images/Makefile +++ b/images/Makefile @@ -118,5 +118,5 @@ images: $(addprefix $(obj)/, $(image-y)) FORCE clean-files := *.pbl *.pblb *.pblx *.map start_*.imximg *.img barebox.z start_*.kwbimg \ start_*.kwbuartimg *.socfpgaimg *.mlo *.t20img *.t20img.cfg *.t30img \ - *.t30img.cfg *.t124img *.t124img.cfg + *.t30img.cfg *.t124img *.t124img.cfg *.mlospi *.mlo clean-files += pbl.lds -- cgit v1.2.3