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:
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"git": {
|
||||
"sha1": "7040cf71b3a5d15d91802810d0a50aa197970c43"
|
||||
},
|
||||
"path_in_vcs": ""
|
||||
}
|
||||
Reference in New Issue
Block a user