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 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.3