aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMarvin Borner2020-07-14 22:06:54 +0200
committerMarvin Borner2020-07-14 22:06:54 +0200
commit94c260caa69108fb79af56d1fb2904bd419c8684 (patch)
treeb432bfdf0f6d06b7c3cf08f03e7f0fbd69dea826 /.gitignore
parent821d6d73c2791be19a522dd96c208a29be37e27a (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--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index c166ad6..4740f8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,5 +5,5 @@ compile_commands.json
build/
cmake/
cross/
-disk/bin/
-disk/boot/
+disk/*.bin
+disk/bin