diff options
| author | Yousef <yousefjan24000@gmail.com> | 2026-03-09 15:00:00 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-09 15:00:00 +0300 |
| commit | bfd7f0d6a9f81e093a390be968058732cc7562c6 (patch) | |
| tree | 3f68dff9d1a68463810d581a23c068d82bf3534a /.gitignore | |
Initial commit
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 |