From: Sam <3194321+cykoder@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:28:38 +0000 (+0000) Subject: add gitignore for build objects (#84) X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=693449e34e84887600471140e3b7ce0c3e9c8032;p=quickjs.git add gitignore for build objects (#84) Signed-off-by: Samuel Hellawell Co-authored-by: Charlie Gordon --- 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