go-waku/.gitignore
Anthony Laibe 94e8b9cf86 test: build example in jenkins
Add command for generating coverage
2021-11-01 20:40:39 +01:00

24 lines
329 B
Plaintext

*.db
nodekey
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# output binaries
main
go-waku
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
coverage.html
# Dependency directories (remove the comment below to include it)
# vendor/