From a9ef380662da3efa382017ff8423f1a894b31bfd Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 6 Feb 2024 13:22:04 +0100 Subject: dynamic linking application starts --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index bd2ccd8..6088821 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,10 @@ state/* !state/gen mnt uboot.env + +# BEGIN UPDATE FROM `make __software_files` +rootfs/bin/helloworld +rootfs/lib/libc.so.6 +rootfs/lib/ld-linux-armhf.so.3 +# END UPDATE FROM `make __software_files` + -- cgit v1.2.3