<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clectio.git/.gitattributes, branch v1.1</title>
<subtitle>tiny suckless C daily readings, floppy sized, bring your own Bible</subtitle>
<id>https://git.labunix.xyz/clectio.git/atom?h=v1.1</id>
<link rel='self' href='https://git.labunix.xyz/clectio.git/atom?h=v1.1'/>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/clectio.git/'/>
<updated>2026-07-29T08:30:33Z</updated>
<entry>
<title>build: add `make dist` source-tarball target + .gitattributes export-ignore</title>
<updated>2026-07-29T08:30:33Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-07-29T08:30:33Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/clectio.git/commit/?id=00b51e3292062f52a4699440cb36b3aa337dbd17'/>
<id>urn:sha1:00b51e3292062f52a4699440cb36b3aa337dbd17</id>
<content type='text'>
- `make dist` runs git archive to write clectio-$(VERSION).tar.gz: a snapshot of
  the committed tree only -- no .git history, and no build artifacts (they are
  untracked, so git archive can't include them). VERSION defaults to 1.0,
  overridable (make dist VERSION=x). `clean` removes the tarball; it is
  gitignored.
- .gitattributes marks .gitignore and .gitattributes export-ignore, so they stay
  out of the shipped source tarball.

Claude-Session: https://claude.ai/code/session_01S1CD1u3tgSS4xNu6WHfp5a
</content>
</entry>
</feed>
