nim-ffi/.gitignore
2026-05-11 19:21:40 -03:00

28 lines
483 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/**/rust_bindings/target/
# Example build artifacts
examples/**/cpp_bindings/build/
# Cargo build artifacts
examples/**/rust_client/target/
# Development plan (local only)
PLAN.md
# Compiled test binaries (extensionless executables)
tests/test_*
!tests/test_*.nim