From 7787b5fc9f4f0b685c754c3e4103e2657c420987 Mon Sep 17 00:00:00 2001 From: Mingyang Li Date: Fri, 19 Jun 2026 09:50:36 -0700 Subject: [PATCH] The new Buildroot output folder should be ignored by git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b60ce8f..e9a7a0d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ nk.bin image/sd*.img *.exe image/work +buildroot_output # Created by https://www.toptal.com/developers/gitignore/api/macos,linux,windows # Edit at https://www.toptal.com/developers/gitignore?templates=macos,linux,windows