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 /.gitignore | |
| parent | 5d1abc9111a2a448f05462e6140fadb7448218e6 (diff) | |
| download | colitur-x-72ec45200b9b8a1f0444c86787efd42d138c4ab9.tar.gz colitur-x-72ec45200b9b8a1f0444c86787efd42d138c4ab9.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.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 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 |
