aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-11-25 19:03:01 +0530
committerBobby <[email protected]>2025-11-27 14:44:10 +0530
commitaa360e82b38bef24a0d186ea80be8b74ff163e2f (patch)
tree8a71a0d3387edf36f9713e04cb5b4a5db421b476 /.gitignore
parent60752327ed3d179ca39948a8af339e0e230babca (diff)
downloadakiba-aa360e82b38bef24a0d186ea80be8b74ff163e2f.tar.xz
akiba-aa360e82b38bef24a0d186ea80be8b74ff163e2f.zip
update gitignore to ignore log and build files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a6d5f5c..b6dd6ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
iso/
*.o
-*.elf \ No newline at end of file
+*.elf
+*.log
+.zig-cache/
+.zig-build/
+.DS_Store \ No newline at end of file