diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2024-12-01 16:55:39 +0100 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2024-12-01 16:57:36 +0100 |
commit | f9b9de5f8a0d5b3069bb0b49a2100aa093bb2f4d (patch) | |
tree | 38d8637e802da53295cd8bfe1c50c84c2755464c /aoc24/.gitignore | |
parent | 6e46289f2229152f487ca91855317efd38db20b2 (diff) | |
download | programming-problem-solving-f9b9de5f8a0d5b3069bb0b49a2100aa093bb2f4d.tar.gz |
aoc2024: add build system with zig
Diffstat (limited to 'aoc24/.gitignore')
-rw-r--r-- | aoc24/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aoc24/.gitignore b/aoc24/.gitignore new file mode 100644 index 0000000..21d9cef --- /dev/null +++ b/aoc24/.gitignore @@ -0,0 +1,3 @@ +.zig-cache/ +zig-out/ +src/*.txt |