diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-02-19 17:47:30 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-03-01 05:14:50 +0900 |
commit | c9dff9cb9c9bb9ac685d59d12f7f991c30a1cd94 (patch) | |
tree | 58adb87b7d1449b47df9168475bd102694a798c6 /.gitignore | |
parent | 0711a8360c18ac45756ae773a1c0e326f6de4789 (diff) | |
download | roux-c9dff9cb9c9bb9ac685d59d12f7f991c30a1cd94.tar.gz |
Build with Zig
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index afd08d7..6d548b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -*.o +zig-cache/ +zig-out/ qbe -config.h -.comfile -*.out |