diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-02-07 09:38:00 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-02-07 09:38:00 +0200 |
| commit | 125a2120c016ec069f9dc93e26ebbb8df6a09450 (patch) | |
| tree | c3d2c61f7be3e47cd106be05d77fa031ebb52000 | |
| parent | 6b9a3fa1f373f975c3d72960036c4996c7ba0389 (diff) | |
| download | zkVMs-benchmarks-125a2120c016ec069f9dc93e26ebbb8df6a09450.tar zkVMs-benchmarks-125a2120c016ec069f9dc93e26ebbb8df6a09450.tar.gz zkVMs-benchmarks-125a2120c016ec069f9dc93e26ebbb8df6a09450.zip | |
fix(gitignore): Ignore zkvms_host_io Cargo.lock
This file shouldn't exist, it is handled by the hosts Cargo.lock, but it
may appear when manually compiling zkvms_host_io during development
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,3 +6,4 @@ params type.txt public_input.bin private_input.bin +zkvms_host_io/Cargo.lock |
