diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-04-29 21:22:24 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-04-29 21:22:24 -0400 |
commit | e5a5b64c61de0b687b465fb19d8f0208df7cc14e (patch) | |
tree | 00d8967a3cf7506e37d969e484a200b68c63b2c8 /.gitignore | |
parent | 700a1b10b3a9d021b6a02d0f837ddfde52578634 (diff) |
add complete build system
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,2 +1,15 @@ +.* +buildroot-2022.02.1.tar.xz +buildroot-2022.02.1/ +busybox-1.20.0.tar.bz2 +busybox-1.20.0/ +linux-5.17.2.tar.xz +linux-5.17.2/ + floppy.img +floppy/boot/busyboz +floppy/boot/bzImage +floppy/lib/ +modules.img +modules/ preinit/init |