add gitignore for build objects (#84)

Signed-off-by: Samuel Hellawell <sshellawell@gmail.com>
Co-authored-by: Charlie Gordon <github@chqrlie.org>
This commit is contained in:
Sam 2024-02-12 09:28:38 +00:00 committed by GitHub
parent e140122202
commit 693449e34e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
.obj/
examples/test_fib
test_fib.c
examples/*.so
examples/hello
examples/hello_module
hello.c