diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-03-11 17:57:57 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-03-11 17:57:57 +0900 |
commit | c5ad891da3d5cee9958a02d660db99a41fec111b (patch) | |
tree | a05a27125c1fa1acde723b4234dabf89997e4ead /.gitignore | |
parent | 30f666f3ada479974353cdd7f3be9cdcec497fa1 (diff) | |
download | blackshades-main.tar.gz |
Awaiting upstream libraries to support Zig 0.14 to purge the submodules: * ini: https://github.com/ziglibs/ini/pull/14#issuecomment-2712560632 * qoi: https://github.com/ikskuh/zig-qoi/pull/14
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e73c965..3389c86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -zig-cache/ +.zig-cache/ zig-out/ |