Files
logos-messaging-go-bindings/.gitignore
Igor Sirotin f6a63576f4 feat: define the bindings as a Nimble package (#121)
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.
2026-08-25 21:36:57 +01:00

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