summaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
AgeCommit message (Collapse)Author
2023-04-25.gitignore: add zig-out, remove vim backup and swap filesManlio Perillo
Add the zig-out directory, since the install step is available. Remove the vim backup and swap files, since it is possible to configure vim to use a custom directory. Ensure all the directories are anchored to the root directory. Closes #251
2021-02-14Added testing abilityDave Gauer
For the full details, see patches/README.md :-)
2021-02-14Added ex 45 optionalsDave Gauer
(And secretly added the patches/ dir. Don't tell anybody!)
2021-02-11Use a zig build script to run ziglingsMartin Wickham
2020-12-23Initial commit with readme, script, and hello worldDave Gauer
Absolutely minimum viable stuff.