diff options
| -rw-r--r-- | .gitignore | 4 | ||||
| -rwxr-xr-x | boot/init/init | bin | 145432 -> 0 bytes | |||
| -rwxr-xr-x | scripts/kconfig/mconf | bin | 224184 -> 0 bytes |
3 files changed, 4 insertions, 0 deletions
@@ -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 Binary files differdeleted file mode 100755 index 87e091d3..00000000 --- a/boot/init/init +++ /dev/null diff --git a/scripts/kconfig/mconf b/scripts/kconfig/mconf Binary files differdeleted file mode 100755 index 35f70dcb..00000000 --- a/scripts/kconfig/mconf +++ /dev/null |
