add gitignore

This commit is contained in:
Robert 2023-09-03 13:24:00 +02:00
parent c75d8ab791
commit 040e083658
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
build/
*.ini

View file

@ -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.