summaryrefslogtreecommitdiff
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-05-03kernel: x86_64: rename x86Danny Holman1-4/+6
Rename the x86 arch-specific directory to x86_64, reflecting clang's architecture selector flags. Signed-off-by: Danny Holman <dholman@gymli.org>
2025-01-12PROJECT RESTRUCTURINGDanny Holman1-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>
2024-02-21README: update copyright lineDanny Holman1-0/+6
Update the copyright year and contact email in the README file. Signed-off-by: Danny Holman <dholman@gymli.org>
2021-08-30git: stop ignoring assembly filesDanny Holman1-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>