Skip to content

Commit

Permalink
cairo-vm newest release refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed May 15, 2024
1 parent ed77285 commit 456f686
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2,927 deletions.
15 changes: 13 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,17 @@ bootloader*.json
*.memory
*.trace

# Added by cargo
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

/target
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
Loading

0 comments on commit 456f686

Please sign in to comment.