From ee8564b72ba9bc8e00d4254cdd92dd72b48672f3 Mon Sep 17 00:00:00 2001 From: jmug Date: Thu, 6 Feb 2025 18:41:54 -0800 Subject: [PATCH] Add gitignore for hw3 Signed-off-by: jmug --- hw3/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hw3/.gitignore diff --git a/hw3/.gitignore b/hw3/.gitignore new file mode 100644 index 0000000..65c6848 --- /dev/null +++ b/hw3/.gitignore @@ -0,0 +1,6 @@ +.vscode +_build +bin/main.exe +oatc +ocamlbin +*~ \ No newline at end of file