# 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

# Intellij
/.idea/
/mmtk.iml

# VSCode
/.vscode/

# generated by JikesRVM
/src/vm/jikesrvm/entrypoint.rs
/src/vm/jikesrvm/inc.asm

# build.py & bench.sh
/*.dylib
/*.so
/bench/*.so
/bench/*.dylib
/bench-exe
/test_mmtk
/test_mmtk_32

# Generated for testing tutorial code build
/src/plan/mygc
