From 72ec45200b9b8a1f0444c86787efd42d138c4ab9 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 21 Aug 2026 10:24:06 +0200 Subject: chore: stop tracking the built binary An earlier 'git add -A' swept colitur-x itself into the repo. A 27 KB artefact rebuilt by 'make' has no business in version control, and it would have conflicted on every pull. --- .gitignore | 4 ++++ colitur-x | Bin 27120 -> 0 bytes 2 files changed, 4 insertions(+) create mode 100644 .gitignore delete mode 100755 colitur-x diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2432df5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# build artefacts +colitur-x +*.o +*.ppm diff --git a/colitur-x b/colitur-x deleted file mode 100755 index 5e01f04..0000000 Binary files a/colitur-x and /dev/null differ -- cgit v1.3