]> Projects - zig-lisp.git/commitdiff Test
initial commit
authorOrfeas <redacted>
Mon, 16 Feb 2026 02:30:51 +0000 (04:30 +0200)
committerOrfeas <redacted>
Mon, 16 Feb 2026 02:31:15 +0000 (04:31 +0200)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..d64efde
--- /dev/null
@@ -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