diff options
author | Martin Ashby <martin@ashbysoft.com> | 2023-11-09 22:09:08 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2023-11-09 22:09:08 +0000 |
commit | 68c104c8b0580c51c9f16ec33d6a957fd4c08c0c (patch) | |
tree | 651032a12bcb2e20bf319e0544042069f0bac3ca /.gitignore | |
download | zbt-68c104c8b0580c51c9f16ec33d6a957fd4c08c0c.tar.gz zbt-68c104c8b0580c51c9f16ec33d6a957fd4c08c0c.tar.bz2 zbt-68c104c8b0580c51c9f16ec33d6a957fd4c08c0c.tar.xz zbt-68c104c8b0580c51c9f16ec33d6a957fd4c08c0c.zip |
Add bencoding decoding library
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..e73c965 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +zig-cache/ +zig-out/ |