diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-06-08 16:31:06 +0000 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-06-08 16:31:06 +0000 |
| commit | 7f78701d199be38809303d26b29d8a636cbcd201 (patch) | |
| tree | d81ea56d728cee104060c143b6f7ca9d01039a5f /.gitignore | |
| parent | 6223dc0f83cb903ad259aacfb4eb2e4e50eab9b0 (diff) | |
| parent | 5c9b9bdc343f8960b16ac6d219274759396cfe64 (diff) | |
Merge branch 'main' into grammar
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ -/zig-cache/ +/.zig-cache/ /zig-out/ /answers/ /patches/healed/ /output/ + +# Leave this in here for older zig versions +/zig-cache/ |
