mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-08-26 10:21:12 +00:00
Consumers resolve liblogosdelivery at the revision these bindings were written against, instead of pinning it themselves, and build it through the task here rather than reimplementing logos-delivery's flags. srcDir points at an empty directory, so nothing is contributed to a dependent's Nim path.
46 lines
823 B
Plaintext
46 lines
823 B
Plaintext
# If you prefer the allow list template instead of the deny list, see community template:
|
|
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
|
#
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Generated dependencies and cache
|
|
nimcache
|
|
|
|
pkg/kernel/store.sqlite3
|
|
|
|
pkg/kernel/store.sqlite3-shm
|
|
|
|
pkg/kernel/store.sqlite3-wal
|
|
|
|
pkg/kernel/test_repeated_start_stop.log
|
|
|
|
third_party/
|
|
|
|
# JetBrains IDEs
|
|
.idea/
|
|
# Kernel bindings build output
|
|
/pkg/kernel/kernel-bindings
|
|
/pkg/kernel/waku-bindings
|
|
|
|
# Nimble
|
|
nimble.develop
|
|
nimble.paths
|
|
nimbledeps
|