gitignore: allow shipping wasm libs with vendored files (#2207)

This commit is contained in:
mmetc 2023-05-17 10:34:13 +02:00 committed by GitHub
parent 412b4c4b0b
commit fcf44f7b31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -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