diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-10-05 12:13:49 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-10-05 12:13:49 -0400 |
commit | f529a3b0f8ee24229997e995021a2ee8cb25f065 (patch) | |
tree | e420a1ad98cc2efb2fbd9ccc566bdb131d200b8c /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e988fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.sw* +.zig-cache/ +zig-out/ |