From bc8bf78ea324cb3eb02e3d73c0c516a028ec9215 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Mon, 23 Sep 2024 10:48:52 +0200 Subject: Started Rust interpreter --- rust/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 rust/.gitignore (limited to 'rust/.gitignore') diff --git a/rust/.gitignore b/rust/.gitignore new file mode 100644 index 0000000..2f7896d --- /dev/null +++ b/rust/.gitignore @@ -0,0 +1 @@ +target/ -- cgit v1.2.3