summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-03-23 16:44:25 -0500
committerzachir <zachir@librem.one>2024-03-23 16:44:25 -0500
commitb494331cbbd3d0d17d625f66cef27b60cf125ce1 (patch)
tree197521b7fb3eb0dde99f30ee64f51e8b70145997 /.gitignore
Add initial zhttpd
It is functional, however it relies on "mime.zig", which I don't yet know how to link. It also currently only supports error codes 200 and 404. It deserves to be made better, but I'll have to see how to make that happen as I go along.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b6357e7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+# Ignore zig compiler generated dirs
+zig-cache/
+zig-out/