9
0
Fork 0

images: ignore and clean *.mlo/*.mlospi

Add *./mlo and *.mlospi to the clean rule and to .gitignore.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-07-11 08:26:58 +02:00
parent 9d7b0ba957
commit 239b6559ed
2 changed files with 3 additions and 1 deletions

2
images/.gitignore vendored
View File

@ -14,6 +14,8 @@
*.t30img.cfg
*.t124img
*.t124img.cfg
*.mlo
*.mlospi
pbl.lds
barebox.x
barebox.z

View File

@ -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