mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-05-09 03:39:44 +00:00
24 lines
398 B
Plaintext
24 lines
398 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
|