From 6b13ea53aeedb646b082a13bf16f67f8556087ae Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 25 Aug 2024 00:18:42 -0500 Subject: core: refactor entire project root 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 29cd635..add216e 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ *.out *.patch *.so +*.sym *.tar *.xz *.zstd -- cgit v1.2.3