diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-01-19 19:14:14 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-01-19 19:23:55 +0900 |
commit | 8a0bec873acc2da61df247257d8978e037453b58 (patch) | |
tree | 4fbbd15e132f326d82a09ce498c2eb63c4629b56 /.gitignore | |
download | jz-8a0bec873acc2da61df247257d8978e037453b58.tar.gz |
Implement Zig function wrapping skeleton
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2040c29 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +zig-cache |