diff options
author | Ian Moffett <ian@osmora.org> | 2025-04-28 13:54:39 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-04-28 13:54:39 -0400 |
commit | ba593fcacc026ad5d90326c5dcbefd2f4ca2e63c (patch) | |
tree | b693bba22103dc8eb6a710e8b3a2d0e92251b027 /.gitignore |
Initial commit
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c7b4346 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin/ +test/ |