diff options
| author | Ian Moffett <ian@osmora.org> | 2025-12-21 16:48:51 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-12-21 16:48:51 -0500 |
| commit | 10e9348d798d9a683c966480faca00cabc531dd5 (patch) | |
| tree | 063ae71517af235d500d52f21ccc620004184104 /.gitignore | |
initial commit
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2e79262 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +*.iso +*.d +*.o +*.a +*.log +*.bin +*.sys +*.status +/var +/root +/cc +/Makefile +/mos/boot +/var/autom4te.cache +/var/configure |
