diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2025-01-05 15:32:57 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2025-01-05 15:32:57 +0100 |
commit | 5604cc1eabb94456cdbc9af05829de3fdb8819ad (patch) | |
tree | 2a67fb5b519fb87247f1dcf419d22ce513082f7e /.gitignore | |
download | interpreter-5604cc1eabb94456cdbc9af05829de3fdb8819ad.tar.gz interpreter-5604cc1eabb94456cdbc9af05829de3fdb8819ad.tar.bz2 interpreter-5604cc1eabb94456cdbc9af05829de3fdb8819ad.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..23b6b27 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.direnv/ + +*.o + +zig-out/ +.zig-cache/ + +main |