diff options
| author | realtradam <[email protected]> | 2022-04-14 08:37:05 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-04-14 08:37:05 -0400 |
| commit | 20a0d29ccc3a330691519b285121f564374b8eb5 (patch) | |
| tree | 46445dac6f1edb94ce4a3dd9a3f4e7ef290daccb /.gitignore | |
| download | zig-chip-8-20a0d29ccc3a330691519b285121f564374b8eb5.tar.gz zig-chip-8-20a0d29ccc3a330691519b285121f564374b8eb5.zip | |
init
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6b5cd24 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +zig-cache +zig-cache/* +zig-out +zig-out/* +src/zig-cache +src/zig-cache/* |
