add gitignore
This commit is contained in:
parent
c75d8ab791
commit
040e083658
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
build/
|
||||
*.ini
|
|
@ -1,5 +1,5 @@
|
|||
# Clipper
|
||||
|
||||
Clipper is an operating system kernel I write to learn about kernel development. As of right now, it is more or less following [nanobyte's](https://www.youtube.com/@nanobyte-dev) OS development tutorial.
|
||||
Clipper is an operating system kernel I write to learn about kernel development. As of right now, it is more or less following the [OSDev wiki](https://wiki.osdev.org) entries and tutorials.
|
||||
|
||||
My ultimate goal is to create a simple, bootable POSIX-compliant operating system.
|
||||
|
|
Loading…
Reference in a new issue