From 4038ec5662a5b1ebe652e9170069e3f2f79c7e71 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 24 Aug 2024 00:05:47 +0200 Subject: Bootstrap the project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For now the base layout has been defined and we have a binary that is properly reached through openSBI. Signed-off-by: Miquel Sabaté Solà --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f1ccbff --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.o +kernel/fbos.ld +/fbos +.cache + +# You can generate it with Bear: `$ bear -- make`. +compile_commands.json -- cgit v1.2.3