summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2024-09-15gitignore: add files generated by the build systemDanny Holman
Add files to .gitignore that are generated by the build system during compile time. These files will be specific to each developer or user, so these should not be in the master repository. Signed-off-by: Danny Holman <dholman@gymli.org>
2024-08-25core: refactor entire project rootDanny Holman
Reorganize the project root such that each subsystem is placed into its own subdirectory. This allows the build system to select which subsystems to enable for a particular build. Signed-off-by: Danny Holman <dholman@gymli.org>
2024-08-22core: add a basic logging frameworkDanny Holman
Add a basic framework for logging messages to the console or to a file. Signed-off-by: Danny Holman <dholman@gymli.org>
2024-08-04Initial commitDanny Holman
Signed-off-by: Danny Holman <dholman@gymli.org>