diff options
author | Ian Moffett <ian@osmora.org> | 2025-04-04 00:25:27 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-04-04 00:25:27 -0400 |
commit | 0f423d331a60f5740fce185cc65f04e526b33222 (patch) | |
tree | 6a26de8de66e9a2a136b00cd705f198ced12998f /.gitignore |
Initial commit
Signed-off-by: Ian Moffett <ian@osmora.org>
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..1b1d712 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +bin/ +*.o +*.d |