nim-ffi/.gitignore

21 lines
331 B
Plaintext

nimble.develop
nimble.paths
nimbledeps
# Nim compiler output
*.dylib
*.so
*.dll
tests/test_alloc
tests/test_ffi_context
tests/test_serial
# Generated binding crates (regenerated by `nimble genbindings_*`)
examples/**/nim_bindings/
# Cargo build artifacts
examples/**/rust_client/target/
# Development plan (local only)
PLAN.md