Skip to content

Commit

Permalink
fix .gitignore to exclude head.mrb
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Sep 25, 2024
1 parent 37bb464 commit dc3b47e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@
# will have compiled files and executables
**/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

# 0L
**/build
**/doc
**/framework_upgrade
# # upgrade fixtures
# **/framework/src/upgrade_fixtures/fixtures/upgrade*
**/head.mrb

sccache.log

Expand Down
Binary file removed framework/releases/head.mrb
Binary file not shown.

0 comments on commit dc3b47e

Please sign in to comment.