From fcf44f7b31e1ed41d0fb8ce2e1e443129449bc5c Mon Sep 17 00:00:00 2001 From: mmetc <92726601+mmetc@users.noreply.github.com> Date: Wed, 17 May 2023 10:34:13 +0200 Subject: [PATCH] gitignore: allow shipping wasm libs with vendored files (#2207) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 46340b9cc..f52de95df 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ .pc .vscode +# If vendor is included, allow prebuilt (wasm?) libraries. +!vendor/**/*.so + # Test binaries, built with `go test -c` *.test *.cover