[PATCH 3/3] gitignore: ignore *.exe

Maud Spierings via B4 Relay devnull+maudspierings.gocontroll.com at kernel.org
Fri Nov 28 06:08:54 PST 2025


From: Maud Spierings <maudspierings at gocontroll.com>

windows scripts produce .exe files, which should not be added. Add it to
the gitignore.

Signed-off-by: Maud Spierings <maudspierings at gocontroll.com>
---
 .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





More information about the barebox mailing list