aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2024-05-30Ignore .zig-cache for new zig versionsNico Elbers1-1/+4
zig cache directory was updated in ziglang/zig#20115
2024-03-25added exercise/106_files.zigDizzyi1-0/+1
2023-04-25.gitignore: add zig-out, remove vim backup and swap filesManlio Perillo1-5/+4
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 Gauer1-0/+1
For the full details, see patches/README.md :-)
2021-02-14Added ex 45 optionalsDave Gauer1-0/+1
(And secretly added the patches/ dir. Don't tell anybody!)
2021-02-11Use a zig build script to run ziglingsMartin Wickham1-0/+1
2020-12-23Initial commit with readme, script, and hello worldDave Gauer1-0/+2
Absolutely minimum viable stuff.