From 113edbbdb1b9a2821e58cc3cfb15efe216a77f51 Mon Sep 17 00:00:00 2001 From: Mingyang Li Date: Sat, 30 May 2026 09:37:48 -0700 Subject: [PATCH] chore: ignore `.exe` and all `.img` files. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d43a944..9aca68b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,6 @@ brainux cache/* !cache/.gitkeep nk.bin -image/sd.img +image/sd*.img +*.exe image/work