From ee8230b8f2e4c4e67c1ccd74f29043e2610d4a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Krzy=C5=BCanowski?= Date: Thu, 15 Aug 2024 14:32:50 +0200 Subject: [PATCH] Update .gitignore Added notes, because they should not be in repository, but it is useful to have them locally in the same directory. Changed entries for individual files to directory ignores. --- .gitignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) mode change 100755 => 100644 .gitignore diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 index 7006542..f72b629 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ -boot.o -kernel.o +build/ isodir/ -mkos.bin -mkos.iso -bx_enh_dbg.ini -dysk.img +scripts/ +filesystem/ .idea/ +notes/