aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 11 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index d65bedd..8b736b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,11 @@
-.gitignore
-*.orig
-*.rej
-larbs.pdf
-patches
-util.o
-dwm
-dwm.o
-drw.o
+# Build Artifacts
+*.o
+*.d
+sei
+
+# Ninja
+.ninja_*
+compile_commands.json
+
+# Zig
+.cache