On 12/1/25 11:26 AM, Maud Spierings via B4 Relay wrote: > From: Maud Spierings <[email protected]> > > windows scripts produce .exe files, which should not be added. Add it to > the gitignore. > > Signed-off-by: Maud Spierings <[email protected]>
Reviewed-by: Ahmad Fatoum <[email protected]> > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index a235f9f7de..74cb7b0928 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -19,6 +19,7 @@ > *.dcd > *.dcd.S > *.elf > +*.exe > *.i > *.ko > *.lex.c > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
