diff options
author | Marvin Borner | 2020-07-14 22:06:54 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-14 22:06:54 +0200 |
commit | 94c260caa69108fb79af56d1fb2904bd419c8684 (patch) | |
tree | b432bfdf0f6d06b7c3cf08f03e7f0fbd69dea826 /.gitignore | |
parent | 821d6d73c2791be19a522dd96c208a29be37e27a (diff) |
Simple fix because I don't want to fix it for real
The inode number overflowed the 16 bit registers. Without splitting the
numbers, there's no other way than removing the /boot directory ig.
I just didn't want to fix it for real :)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,5 +5,5 @@ compile_commands.json build/ cmake/ cross/ -disk/bin/ -disk/boot/ +disk/*.bin +disk/bin |