diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-24 17:39:47 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-24 17:49:08 -0400 |
commit | e4f0b282762a2182377d5e6141d09fba32cb79a2 (patch) | |
tree | 87c900e11fc2dea2b61d51e0b8e4e94c14723c1c /.gitignore |
initial commit
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e660fd9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +bin/ |