diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-11 22:19:47 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-11 22:27:02 +0200 |
| commit | 549e70b084394845e406a2a64d38b45f0e44bb1b (patch) | |
| tree | ab45fb31c44d80f29a7e0a869f2d6885ce4f8c22 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ecb8d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Zig programming language + +.zig-cache/ +zig-out/ +build/ +build-*/ +docgen_tmp/ |
