commit | 8efa492b58f03f1bdff6077db228057984e848e8 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Tue Mar 02 16:34:49 2021 -0800 |
committer | swissChili <swisschili@fastmail.com> | Tue Mar 02 16:34:49 2021 -0800 |
tree | 97f9e873777ae603833e00391ff6851dcb09fd81 | |
parent | 6575dd7223db9aee7bfe80be99452b1808ec0105 [diff] [blame] |
Add VFS, start of initrd
diff --git a/.gitignore b/.gitignore index a931712..851dad4 100644 --- a/.gitignore +++ b/.gitignore
@@ -3,4 +3,5 @@ *.bin *.o *.a -*.so \ No newline at end of file +*.so +compile-commands.json \ No newline at end of file