summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-03-06 23:14:07 -0600
committerzachir <zachir@librem.one>2024-03-06 23:14:07 -0600
commite738c2a94247c67c2a77460e14877b7c44434694 (patch)
tree9521c666d02c2cbc99490e18d3ddbef4c3c1fca1
parent96ce2a7d932a5ea9974fc085abedecd375447e38 (diff)
Add gitignore to ignore zig comp dirs
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4b27c2d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+zig-cache/
+zig-out/
+
+# A file I use to track testing info
+stats.txt