From 540e3087998542dcd3fcb44c4e91c67c938c5730 Mon Sep 17 00:00:00 2001 From: "Christopher L. Crutchfield" Date: Mon, 4 Nov 2024 15:08:05 -0800 Subject: [PATCH] feat: add gitignore --- runtime/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 runtime/.gitignore diff --git a/runtime/.gitignore b/runtime/.gitignore new file mode 100644 index 0000000..ec6bf9a --- /dev/null +++ b/runtime/.gitignore @@ -0,0 +1,2 @@ +.max-cpu +.max-gpu