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