diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2025-01-04 00:02:56 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2025-01-04 00:02:56 +0100 |
commit | 9034899b3e8158cb35d3d62a64082ce67c72d669 (patch) | |
tree | 44126a758f06f6cb7372138561be6e7c475b03fe /.gitignore | |
parent | switch compiler to zig (diff) | |
download | c-hashtable-9034899b3e8158cb35d3d62a64082ce67c72d669.tar.gz c-hashtable-9034899b3e8158cb35d3d62a64082ce67c72d669.tar.bz2 c-hashtable-9034899b3e8158cb35d3d62a64082ce67c72d669.zip |
Call c from zig
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f480dc4..23b6b27 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ *.o +zig-out/ +.zig-cache/ + main |