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]> --- .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 -- 2.52.0
