gitignore: allow shipping wasm libs with vendored files (#2207)
This commit is contained in:
parent
412b4c4b0b
commit
fcf44f7b31
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue