diff --git a/.gitignore b/.gitignore index 6d2d37c..59b294d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +.zig-cache/ +/release/ +/debug/ +/build/ +/build-*/ +/docgen_tmp/ zig-out/ zig-cache/ *.tar.gz