From 8e4aead164dbcca10e6c3714693a046c53edc0f1 Mon Sep 17 00:00:00 2001 From: William Ball Date: Mon, 13 Jul 2020 09:07:22 -0700 Subject: [PATCH] new languages --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e5c65f4..a351633 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -__pycache__ -*/Cargo.lock -*/target/* +python/__pycache__ +rust/*/Cargo.lock +rust/*/target/* cpp/a.out java/*.class +scheme/*.so