summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChloe M <chloe@faracom.org>2026-08-16 00:18:14 -0500
committerChloe M <chloe@faracom.org>2026-08-16 00:18:14 -0500
commit1acbed0b3fe2f3d9a618767f8c710df6077679a2 (patch)
treefabf0573e08261186387062aede3d23f7e625528 /.gitignore
parent28b5f78c5b21afaa5f91889139c2a50254e9da89 (diff)
build: Ignore all object files
Signed-off-by: Chloe M <chloe@faracom.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5e56e04..e8a9fe3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/bin
+*.o