diff options
| author | Chloe M <chloe@faracom.org> | 2026-08-16 00:18:14 -0500 |
|---|---|---|
| committer | Chloe M <chloe@faracom.org> | 2026-08-16 00:18:14 -0500 |
| commit | 1acbed0b3fe2f3d9a618767f8c710df6077679a2 (patch) | |
| tree | fabf0573e08261186387062aede3d23f7e625528 | |
| parent | 28b5f78c5b21afaa5f91889139c2a50254e9da89 (diff) | |
build: Ignore all object files
Signed-off-by: Chloe M <chloe@faracom.org>
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | levd/levd.o | bin | 2888 -> 0 bytes | |||
| -rw-r--r-- | newpass/newpass.o | bin | 6400 -> 0 bytes |
3 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ /bin +*.o diff --git a/levd/levd.o b/levd/levd.o Binary files differdeleted file mode 100644 index 9d82094..0000000 --- a/levd/levd.o +++ /dev/null diff --git a/newpass/newpass.o b/newpass/newpass.o Binary files differdeleted file mode 100644 index b1c41cc..0000000 --- a/newpass/newpass.o +++ /dev/null |
