From 87046ba0fc5b9c3be61d23bd8cc2bc6fa84577ba Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 20 Apr 2026 14:07:29 +0200 Subject: feat(go): bindings --- go/.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 go/.gitignore (limited to 'go/.gitignore') diff --git a/go/.gitignore b/go/.gitignore new file mode 100644 index 0000000..a285bfa --- /dev/null +++ b/go/.gitignore @@ -0,0 +1,22 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# Go workspace file +go.work* + +# Zig +.zig-cache +zig-out -- cgit v1.2.3