diff options
author | George Abbott <george@gabbott.dev> | 2025-01-26 11:36:28 +0000 |
---|---|---|
committer | George Abbott <george@gabbott.dev> | 2025-01-26 11:36:28 +0000 |
commit | e9ab754fdf893b7b71ee7d0fbc84f567984a6bbe (patch) | |
tree | 007cb7bea1a6fc256f420d3f3790f88dbc8f7637 |
gitignore
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1bb1e07 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/scripts/kmd/zig-out/ +/scripts/kmd/.zig-cache/ +/scripts/strbuilder/zig-out/ +/scripts/strbuilder/.zig-cache/ +/scripts/_old/ +/scripts/target/jezup +/scripts/target/jezup-old |