Files
gists/.gitignore
T
tobias a88cc3146c docs: add verified build instructions; fix bincmp ssdeep API
- README "Building From Source" section covering all Go and Rust tools;
  every command tested (rustc, go build, goipgrep make build/test)
- bincmp: ssdeep.HashFromFile does not exist in pinned ssdeep v0.4.0,
  switch to FuzzyFilename; fix two go vet warnings
- ignore in-place build outputs for bincmp/gopname/goinfo

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 14:34:11 +02:00

23 lines
346 B
Plaintext

tmp
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
__MACOSX/
__pycache__/
# build outputs
dist/
bin/
*.exe
*.test
.ruff_cache/
# compiled binaries that live next to their source
projects/go-tools/bincmp/bincmp
projects/go-tools/gopname/gopname
projects/go-tools/goinfo/goinfo
projects/go-tools/gosoft/gosoft
archive/experimental/go/tarsum/tarsum