From 693449e34e84887600471140e3b7ce0c3e9c8032 Mon Sep 17 00:00:00 2001 From: Sam <3194321+cykoder@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:28:38 +0000 Subject: [PATCH] add gitignore for build objects (#84) Signed-off-by: Samuel Hellawell Co-authored-by: Charlie Gordon --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3f08563..5d6b421 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .obj/ examples/test_fib test_fib.c +examples/*.so examples/hello examples/hello_module hello.c