The new Buildroot output folder should be ignored by git.

This commit is contained in:
Mingyang Li
2026-06-19 09:50:36 -07:00
parent 85cd5a7e1e
commit 7787b5fc9f

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@ nk.bin
image/sd*.img image/sd*.img
*.exe *.exe
image/work image/work
buildroot_output
# Created by https://www.toptal.com/developers/gitignore/api/macos,linux,windows # Created by https://www.toptal.com/developers/gitignore/api/macos,linux,windows
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,linux,windows # Edit at https://www.toptal.com/developers/gitignore?templates=macos,linux,windows