diff options
author | Ian Moffett <ian@osmora.org> | 2024-02-16 22:18:49 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-02-16 22:18:49 -0500 |
commit | 08700c01fb0fbc8089a2f681a2f95de341c0675c (patch) | |
tree | 028d6d7ffd95663504bc89d41fd55a0701792109 /.gitignore | |
parent | 09244741a87c6e872af22c55741ed0ce92328ab4 (diff) |
Add .gitignore
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/ |