diff options
| author | Baitinq <[email protected]> | 2025-01-27 00:01:33 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-01-27 00:01:33 +0100 |
| commit | 8791929e7aba39347fe5b56f0d4c79310595855e (patch) | |
| tree | 7b667bcd4ff521e00fbbbab58ab1c0e6f801ba8c /.gitignore | |
| parent | Codegen: PoC use _start (diff) | |
| download | interpreter-8791929e7aba39347fe5b56f0d4c79310595855e.tar.gz interpreter-8791929e7aba39347fe5b56f0d4c79310595855e.tar.bz2 interpreter-8791929e7aba39347fe5b56f0d4c79310595855e.zip | |
Misc: Update gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 23b6b27..fb19240 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .direnv/ *.o +*.out zig-out/ .zig-cache/ |