diff options
author | Martin Ashby <martin@ashbysoft.com> | 2023-08-21 22:10:31 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2023-08-21 22:10:31 +0100 |
commit | 34a423c3608b2ec2c852986350152cb6c38ba4be (patch) | |
tree | 8f671160db1b61ca00cd923ce52a20d948c79da2 /.gitignore | |
download | cgifun-34a423c3608b2ec2c852986350152cb6c38ba4be.tar.gz cgifun-34a423c3608b2ec2c852986350152cb6c38ba4be.tar.bz2 cgifun-34a423c3608b2ec2c852986350152cb6c38ba4be.tar.xz cgifun-34a423c3608b2ec2c852986350152cb6c38ba4be.zip |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c82b07 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +zig-cache +zig-out |