From 9dc8eb052e04ec2daec10df936f4b96bb25be498 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 16 Dec 2025 11:42:02 +0100 Subject: Add init and mconf to .gitignore --- .gitignore | 4 ++++ boot/init/init | Bin 145432 -> 0 bytes scripts/kconfig/mconf | Bin 224184 -> 0 bytes 3 files changed, 4 insertions(+) delete mode 100755 boot/init/init delete mode 100755 scripts/kconfig/mconf diff --git a/.gitignore b/.gitignore index 17ea6903..ce10807d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,10 @@ bin/*/* !bin/*/*.* !bin/*/Kbuild +boot/*/* +!boot/*/*.* +!boot/*/Kbuild + *.lex.c *.tab.c *.tab.h diff --git a/boot/init/init b/boot/init/init deleted file mode 100755 index 87e091d3..00000000 Binary files a/boot/init/init and /dev/null differ diff --git a/scripts/kconfig/mconf b/scripts/kconfig/mconf deleted file mode 100755 index 35f70dcb..00000000 Binary files a/scripts/kconfig/mconf and /dev/null differ -- cgit v1.2.3