diff options
author | polwex <polwex@sortug.com> | 2025-10-07 00:13:21 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-07 00:13:21 +0700 |
commit | 5242ee845cdb3a7e9780443bf5d7e534f72c3f28 (patch) | |
tree | 24270ef9d0ce356e92b1048394fec2020e2bec71 /.gitignore | |
parent | 5de3f7a3ad7b0cf63b4a6cbddfc1e26359dea161 (diff) |
mugs in ocaml with murmur3 fork
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c66343 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.claude +ocaml-murmur3 |