summaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PROJECT RESTRUCTURINGDanny Holman2025-01-121-8/+33
| | | | | | | | Move the entire kernel into its own directory. Create new directories for system commands, libraries and other required essentials for a complete Unix-like operating system. Signed-off-by: Danny Holman <dholman@gymli.org>
* README: update copyright lineDanny Holman2024-02-211-0/+6
| | | | | | Update the copyright year and contact email in the README file. Signed-off-by: Danny Holman <dholman@gymli.org>
* git: stop ignoring assembly filesDanny Holman2021-08-301-1/+36
| | | | | | | Remove the '*.s' line from .gitignore. There are important assembler files that should be in a distribution. Signed-off-by: Danny Holman <dholman@gymli.xyz>
* Initial commitDanny Holman2021-01-171-0/+3
Signed-off-by: Danny Holman <dholman@gymli.xyz>