From 17face3633686e374aa0859271ccf462a48e60aa Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 4 Feb 2024 16:46:20 -0800 Subject: Rewrite the bytecode interpreter in Rust. --- bytecode/.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bytecode/.gitignore') diff --git a/bytecode/.gitignore b/bytecode/.gitignore index 4052d93..ea8c4bf 100644 --- a/bytecode/.gitignore +++ b/bytecode/.gitignore @@ -1,3 +1 @@ -*.o -*.d -bytecode +/target -- cgit v1.3.1