From ab03d3be21f229be8c28dba292d5da237a929a73 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 28 Aug 2024 22:25:56 +0200 Subject: Restructure the whole thing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It will be something more than just messing around with RISC-V stuff. Signed-off-by: Miquel Sabaté Solà --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3dec258..c37ddf3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ *.o -basics/basics + +# arch/riscv +arch/riscv/usr/basics +arch/riscv/bios/hello +arch/riscv/kernel/hello +arch/riscv/init/init +arch/riscv/init/little_shell -- cgit v1.2.3