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:
parent
e140122202
commit
693449e34e
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
||||||
.obj/
|
.obj/
|
||||||
examples/test_fib
|
examples/test_fib
|
||||||
test_fib.c
|
test_fib.c
|
||||||
|
examples/*.so
|
||||||
examples/hello
|
examples/hello
|
||||||
examples/hello_module
|
examples/hello_module
|
||||||
hello.c
|
hello.c
|
||||||
|
|
Loading…
Reference in a new issue