From 8466e9b4d2fbca85d53d8dadc87914b4766c43de Mon Sep 17 00:00:00 2001 From: wires Date: Wed, 19 Mar 2025 17:09:41 -0400 Subject: initial commit --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86a3a0f --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +.zig-cache/ +zig-out/ +/release/ +/debug/ +/build/ +/build-*/ +/docgen_tmp/ + +# Although this was renamed to .zig-cache, let's leave it here for a few +# releases to make it less annoying to work with multiple branches. +zig-cache/ -- cgit 1.4.1