phase 2.4c: gitignore .redbear-fork-verify cache dir

Cache files for verify-fork-versions.sh preflight were getting
accidentally committed in the previous phase 2.4 commit. Add the
.redbear-fork-verify/ dir to .gitignore so it stays local-only.
This commit is contained in:
2026-07-12 02:17:04 +03:00
parent 4ac665b288
commit 8f7c8eeebc
5 changed files with 5 additions and 27 deletions
+5
View File
@@ -49,6 +49,11 @@ wget-log
local/reference/linux-*/
local/reference/seL4/
# Per-fork upstream content fingerprint cache. Built by
# verify-fork-versions.sh on each preflight run; reproducible from
# a fork upgrade, not source of truth.
.redbear-fork-verify/
# Compiled objects
*.o
*.so
@@ -1,21 +0,0 @@
Cargo.toml
config/default.toml
config/minimal.toml
.gitignore
.gitlab-ci.yml
LICENSE
README.md
res/test.toml
res/update.sh
src/bin/installer.rs
src/bin/installer_tui.rs
src/config/file_impl.rs
src/config/file.rs
src/config/general.rs
src/config/mod.rs
src/config/package.rs
src/config/user.rs
src/disk_wrapper.rs
src/installer.rs
src/lib.rs
test.sh
@@ -1 +0,0 @@
ed6013c2953c7e2117bd2d1c9cfd13425cb59741
@@ -1,4 +0,0 @@
Cargo.toml
.gitignore
LICENSE
src/lib.rs
@@ -1 +0,0 @@
bedf0129b9ad533c3c094b9648f4bac8936d7c99