summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorcodecrafters-bot <hello@codecrafters.io>2025-12-05 01:22:52 +0000
committercodecrafters-bot <hello@codecrafters.io>2025-12-05 01:22:52 +0000
commitdd479ec0e15a670cfa0ef064b1662c45d5be48dc (patch)
tree43c91ceb426a33c8c048eba5c691e8334e81a50e /.gitignore
downloadshell-zig-dd479ec0e15a670cfa0ef064b1662c45d5be48dc.tar.gz
shell-zig-dd479ec0e15a670cfa0ef064b1662c45d5be48dc.zip
init [skip ci]
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b7bb740
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+# Zig build artifacts
+main
+zig-cache/
+.zig-cache/
+zig-out/
+
+# Compiled binary output
+bin/
+!bin/.gitkeep
+
+# Ignore any .o or .h files generated during build
+*.o
+*.h
+
+# Ignore OS and editor specific files
+**/.DS_Store
+*.swp
+*~