Skip to content

Commit

Permalink
add Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
fborello-lambda committed Nov 4, 2024
1 parent f1b6d7d commit fe301cf
Show file tree
Hide file tree
Showing 4 changed files with 4,450 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ethereum-package/
**/.DS_Store
**/.vscode


# EVM Mlir stuff
**/*.mlir
**/*.ll
Expand All @@ -38,6 +37,8 @@ crates/levm_mlir/*.tar.gz
# Ethereum Rust L2 stuff
volumes
jwt.hex
Cargo.lock
!crates/l2/prover/zkvm/**/Cargo.lock

# Used by the make test target
/tmp
Expand Down
2 changes: 0 additions & 2 deletions crates/l2/prover/zkvm/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
.DS_Store
Cargo.lock
methods/guest/Cargo.lock
target/
Loading

0 comments on commit fe301cf

Please sign in to comment.