From: Orfeas Date: Mon, 16 Feb 2026 02:30:51 +0000 (+0200) Subject: initial commit X-Git-Url: https://git.orfeas.xyz/?a=commitdiff_plain;h=d7dffb0204c0dead9a5a4fdae0f58e2d75471629;p=zig-lisp.git initial commit --- d7dffb0204c0dead9a5a4fdae0f58e2d75471629 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d64efde --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Created by https://www.toptal.com/developers/gitignore/api/zig +# Edit at https://www.toptal.com/developers/gitignore?templates=zig + +### zig ### +# Zig programming language + +.zig-cache/ +zig-out/ +build/ +build-*/ +docgen_tmp/ +.emacs.desktop* + +# End of https://www.toptal.com/developers/gitignore/api/zig