summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2026-05-29 21:59:53 -0400
committerGravatar Matthew Wozniak <me@woz.blue> 2026-05-29 22:04:38 -0400
commitfe456c2014c8d1d88b7fd5b24ebda7f7b4c53460 (patch)
treea1ae3682aede1ea7550f4be76a79118bd6502902 /.gitignore
downloadquail-fe456c2014c8d1d88b7fd5b24ebda7f7b4c53460.tar.gz
quail-fe456c2014c8d1d88b7fd5b24ebda7f7b4c53460.zip
basic physical memory page allocator
Signed-off-by: Matthew Wozniak <me@woz.blue>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..dca1103
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+zig-out/
+.zig-cache/