ee67ebb017
also splitting hbc binary into a separate crate to avoid dependency cycle, the backand is thus far capable of compiling the simplest program that returns an custom status code Signed-off-by: Jakub Doka <jakub.doka2@gmail.com>
19 lines
218 B
Plaintext
19 lines
218 B
Plaintext
# garbage
|
|
/target
|
|
rustc-ice-*
|
|
|
|
a.out
|
|
out.o
|
|
|
|
# sqlite
|
|
db.sqlite
|
|
db.sqlite-journal
|
|
|
|
# assets
|
|
/depell/src/*.gz
|
|
/depell/src/*.wasm
|
|
/depell/src/static-pages/*.html
|
|
#**/*-sv.rs
|
|
/bytecode/src/instrs.rs
|
|
/lang/src/testcases.rs
|