diff options
| author | Lukasz Kasprzak <lukasz@arcofasiagroup.com> | 2026-08-21 10:24:06 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukasz@arcofasiagroup.com> | 2026-08-21 10:24:06 +0200 |
| commit | 72ec45200b9b8a1f0444c86787efd42d138c4ab9 (patch) | |
| tree | 9e056cd11d080825843c954c5a83cc41b258cd46 | |
| parent | 5d1abc9111a2a448f05462e6140fadb7448218e6 (diff) | |
| download | colitur-x-main.tar.gz colitur-x-main.zip | |
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.
| -rw-r--r-- | .gitignore | 4 | ||||
| -rwxr-xr-x | colitur-x | bin | 27120 -> 0 bytes |
2 files changed, 4 insertions, 0 deletions
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 Binary files differdeleted file mode 100755 index 5e01f04..0000000 --- a/colitur-x +++ /dev/null |
