diff options
author | Ian Moffett <ian@osmora.org> | 2024-09-24 02:27:44 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-09-24 02:27:44 -0400 |
commit | 7e5e0f49dcb6ba416da5fc9e536109c04f338f95 (patch) | |
tree | 5853085d1db6ab1325275d94dc25b216b3a0f1c1 /.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..88e66e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +so/ +bin/ +*.o |