diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-01-13 21:45:11 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-01-13 21:45:11 +0900 |
| commit | 11b20173316188f511f24dc4121412097da7848d (patch) | |
| tree | c9f4c75f3bdafb153af9e463668e1f1b43d04265 /.gitignore | |
| parent | 250ad9fe7e91e2fefa4dc91214f7d056c8025af7 (diff) | |
| download | zgjq-11b20173316188f511f24dc4121412097da7848d.tar.gz zgjq-11b20173316188f511f24dc4121412097da7848d.tar.zst zgjq-11b20173316188f511f24dc4121412097da7848d.zip | |
zig init
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0180838 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.zig-cache/ +zig-out/ +*.o |
