diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-13 14:53:43 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-13 14:53:43 -0400 |
commit | e698061ebaf0cf1a10c11c51a6c6cd46a331959c (patch) | |
tree | 19faff0de74be4661e55478ee7d31a8427c067c6 /.gitignore |
initial commit
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d0c81e --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/src/cc +/src/shim/ +/src/tools/omar/bin/omar +/src/root/ +*.o +*.d +*.iso |