aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--README.md2
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0180838
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+.zig-cache/
+zig-out/
+*.o
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5622524
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# zig-raytracer
+Lightweight raytracer in Zig