diff options
author | Oxore <oxore@protonmail.com> | 2024-08-03 14:37:44 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2024-08-03 14:37:44 +0300 |
commit | 466ffe67cec1f2c460eea28a779a86cc659ddc24 (patch) | |
tree | f39bf3873cd8acbc13e97f99bad1522390d768ef /.gitignore |
Initial commit
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..407b5f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +arena-malloc +arena-memstream |