mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-12 12:55:53 +02:00
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
|
.pc
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
|
# If vendor is included, allow prebuilt (wasm?) libraries.
|
||||||
|
!vendor/**/*.so
|
||||||
|
|
||||||
# Test binaries, built with `go test -c`
|
# Test binaries, built with `go test -c`
|
||||||
*.test
|
*.test
|
||||||
*.cover
|
*.cover
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue