Files
Baradb/.gitignore
T
dimgigov 3fce374aba
CI / test (push) Has been cancelled
CI / verify (push) Has been cancelled
fix(tests): correct vkInt -> vkInt64 in test_minimal, remove tracked binary from git
2026-05-16 03:13:19 +03:00

46 lines
568 B
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
benchmarks/bench_all
benchmarks/compare
clients/nim/tests/test_client
src/baradadb
src/barabadb/core/raft
# 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