Initial TigerBeetle specifics strip. All 7 tests passing.

This commit is contained in:
Jose Colon Rodriguez
2024-01-26 19:44:34 -04:00
commit a93a0a4f92
12 changed files with 5083 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# This file is for zig-specific build artifacts.
# If you have OS-specific or editor-specific files to ignore,
# such as *.swp or .DS_Store, put those in your global
# ~/.gitignore and put this in your ~/.gitconfig:
#
# [core]
# excludesfile = ~/.gitignore
#
# Cheers!
# -andrewrk
zig-cache/
zig-out/