75 lines
1.2 KiB
Plaintext
75 lines
1.2 KiB
Plaintext
# Build
|
|
build/
|
|
nimcache/
|
|
nimblecache/
|
|
*.out
|
|
|
|
# Binaries (compiled test executables)
|
|
tests/test_all
|
|
tests/stress_test
|
|
tests/test_lock
|
|
tests/test_minimal
|
|
tests/tla_faithfulness
|
|
tests/fuzz_test
|
|
tests/prop_test
|
|
tests/bugfix_test
|
|
tests/nimforum_smoke_test
|
|
tests/raft_e2e_test
|
|
tests/raft_writes_e2e_test
|
|
tests/raft_failover_load_e2e_test
|
|
tests/raft_tls_e2e_test
|
|
benchmarks/bench_all
|
|
benchmarks/compare
|
|
clients/nim/tests/test_client
|
|
src/baradadb
|
|
src/barabadb/client/client
|
|
src/barabadb/core/raft
|
|
src/barabadb/core/backup
|
|
|
|
# Temp
|
|
*.tmp
|
|
*.log
|
|
|
|
# Data
|
|
data/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# External references
|
|
GEL/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Rust
|
|
clients/rust/target/
|
|
|
|
# Nim compiled binaries
|
|
clients/nim/src/baradb/client
|
|
src/barabadb/storage/compaction
|
|
src/barabadb/query/executor
|
|
tests/join_tests
|
|
*.tar.gz
|
|
tests/nimforum_smoke_test
|
|
|
|
benchmark_results.json
|
|
pg_benchmark_results.json
|
|
fair_benchmark_results.json
|
|
benchmarks/bench_all
|
|
benchmarks/compare
|
|
.qwen/
|
|
|
|
# Compiled test / module binaries
|
|
tests/test_schema_persist
|
|
tests/test_storage_hardening
|
|
tests/test_wire_insert_stress
|
|
src/barabadb/storage/lsm
|
|
src/barabadb/storage/wal
|
|
src/barabadb/storage/btree
|
|
src/barabadb/storage/gate
|
|
clients/nim/tests/test_pool
|
|
clients/nim/tests/test_wire
|