aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoswret2026-05-12 19:19:14 -0500
committerfoswret2026-05-12 19:19:14 -0500
commitb55a789d90e943db572fb898e05355db581074a3 (patch)
treee143c16657b27f8d2b4de02e6d3c40f559a517ab
parent2b67389eb01e3a9df2a3e6a44b4b6158c827cd61 (diff)
remove object files from tracking
-rw-r--r--.gitignore3
-rw-r--r--src/date.obin4472 -> 0 bytes
-rw-r--r--src/image.obin38440 -> 0 bytes
3 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 480f975..28d13b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
notes.md
*.pdf
-calp.o
-draw.o
+*.o
assets
assets.backup
diff --git a/src/date.o b/src/date.o
deleted file mode 100644
index 9af799f..0000000
--- a/src/date.o
+++ /dev/null
Binary files differ
diff --git a/src/image.o b/src/image.o
deleted file mode 100644
index 107752b..0000000
--- a/src/image.o
+++ /dev/null
Binary files differ