aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-08-24 00:05:47 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-08-24 09:13:49 +0200
commit4038ec5662a5b1ebe652e9170069e3f2f79c7e71 (patch)
treec04772eba8e9b0584ccc80bea9a72dfd9f173d86 /.gitignore
downloadfbos-4038ec5662a5b1ebe652e9170069e3f2f79c7e71.tar.gz
fbos-4038ec5662a5b1ebe652e9170069e3f2f79c7e71.zip
Bootstrap the project
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à <mikisabate@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
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