| Message ID | 20251014091717.309468-1-yegorslists@googlemail.com |
|---|---|
| State | Accepted |
| Commit | 5340dc6fe75b5ffde3afe91c01bd8551b3cb8182 |
| Delegated to: | Tom Rini |
| Headers | show |
| Series | .gitignore: ignore more image files | expand |
On 10/14/25 11:17, yegorslists@googlemail.com wrote: > From: Yegor Yefremov <yegorslists@googlemail.com> > > This expression covers various images files like, for example: > > mkimage-out.spl-stm32.mkimage > mkimage.spl-stm32.mkimage > > Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index fa2db08dead..1ac737d2718 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -50,6 +50,7 @@ fit-dtb.blob* > /SPL* > /System.map > /boards.cfg > +/mkimage*mkimage > /mkimage-in-simple-bin* > /simple-bin* > /u-boot* Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Thanks Patrice
On Tue, 14 Oct 2025 11:17:17 +0200, yegorslists@googlemail.com wrote: > This expression covers various images files like, for example: > > mkimage-out.spl-stm32.mkimage > mkimage.spl-stm32.mkimage > > Applied to u-boot/master, thanks! [1/1] .gitignore: ignore more image files commit: 5340dc6fe75b5ffde3afe91c01bd8551b3cb8182
diff --git a/.gitignore b/.gitignore index fa2db08dead..1ac737d2718 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ fit-dtb.blob* /SPL* /System.map /boards.cfg +/mkimage*mkimage /mkimage-in-simple-bin* /simple-bin* /u-boot*