libredox: remove cargo metadata + tighten .gitignore

The .cargo-ok and .cargo_vcs_info.json files were cargo-published
metadata that got committed to the fork. Upstream libredox 0.1.18
does not have these files in source control — they're cargo workspace
artifacts that should be in .gitignore.

This commit:
- Removes .cargo-ok and .cargo_vcs_info.json from tracking
- Adds /Cargo.lock to .gitignore (matches upstream)
- Brings fork structure back in line with upstream conventions

Fixes verify-fork-versions.sh content-check for libredox 0.1.18.
This commit is contained in:
2026-07-12 02:12:57 +03:00
parent 6908adc9a4
commit b99b204c96
2 changed files with 0 additions and 7 deletions
-1
View File
@@ -1 +0,0 @@
{"v":1}
-6
View File
@@ -1,6 +0,0 @@
{
"git": {
"sha1": "7040cf71b3a5d15d91802810d0a50aa197970c43"
},
"path_in_vcs": ""
}