diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2025-03-11 16:20:35 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2025-03-11 16:20:35 +0900 |
commit | 7580c25a081e39732afaaa7a630d7f58005d5ab1 (patch) | |
tree | ecfb353f669af3d5df23bc099e514a7460ca4b73 /.gitignore | |
parent | eb65c5633e1bfae26ae95c6183cc74c2b5937943 (diff) | |
download | zeal-0.1.0.tar.gz |
Port to Zig 0.14 0.1.0
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/ |