a5abb6031b
CI / test (push) Has been cancelled
CI / verify (push) Has been cancelled
Clients CI / build-server (push) Has been cancelled
Clients CI / test-python (push) Has been cancelled
Clients CI / test-javascript (push) Has been cancelled
Clients CI / test-nim (push) Has been cancelled
Clients CI / test-rust (push) Has been cancelled
51 lines
678 B
Plaintext
51 lines
678 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
|
|
tests/fuzz_test
|
|
tests/prop_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
|