summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-16 11:42:02 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-16 11:42:02 +0100
commit9dc8eb052e04ec2daec10df936f4b96bb25be498 (patch)
tree7a2e7c1ce74a979d63bc59e57052a8c1e3ecf738
parent91ecd00cc83cf701fe7f73b1aa244c27174e8386 (diff)
Add init and mconf to .gitignore
-rw-r--r--.gitignore4
-rwxr-xr-xboot/init/initbin145432 -> 0 bytes
-rwxr-xr-xscripts/kconfig/mconfbin224184 -> 0 bytes
3 files changed, 4 insertions, 0 deletions
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
--- a/boot/init/init
+++ /dev/null
Binary files differ
diff --git a/scripts/kconfig/mconf b/scripts/kconfig/mconf
deleted file mode 100755
index 35f70dcb..00000000
--- a/scripts/kconfig/mconf
+++ /dev/null
Binary files differ