mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-05-17 07:39:34 +00:00
28 lines
483 B
Plaintext
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
|