diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-06 13:22:04 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-06 13:22:04 +0100 |
commit | a9ef380662da3efa382017ff8423f1a894b31bfd (patch) | |
tree | 26c160523c050945502408148faae6508712033b /.gitignore | |
parent | ae327cc50fd9d3e59e9f60088243adfc69cb312e (diff) |
dynamic linking application starts
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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` + |