From 1091a8858fd27baa996ddd48ded93ea02032da51 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 7 Feb 2022 08:56:03 +0100 Subject: sandbox: symlink stickypage.bin into build directory Sandbox will try to access a stickypage.bin in the same directory if possible. Instead of relying on users to copy it there, just create a symlink. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20220207075604.1014259-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d551a610d4..0382202bf7 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,4 @@ GTAGS /allrandom.config /allyes.config /compile_commands.json +/stickypage.bin -- cgit v1.2.3